Package rosetta :: Package core :: Package chemical :: Module _core_chemical_ :: Class RealFilter
[hide private]
[frames] | no frames]

Class RealFilter

 object --+    
          |    
??.instance --+
              |
             RealFilter

//////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////
/////// PREDICATES for FILTERED GRAPHS ///////////////////
/////////////////////////////////////////////////////////
 @default A filtered graph that doesn't contain fake/virtual atoms and fake/virtual bonds.

Instance Methods [hide private]
 
__call__(...)
__call__( (RealFilter)arg1, (object)vd) -> bool : core/chemical/ResidueGraphTypes.hh:149
 
__init__(...)
__init__( (object)arg1) -> None :
 
__reduce__(...)
helper for pickle

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  __instance_size__ = 32
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__call__(...)
(Call operator)

 

__call__( (RealFilter)arg1, (object)vd) -> bool :
    core/chemical/ResidueGraphTypes.hh:149

    C++ signature :
        bool __call__(core::chemical::RealFilter {lvalue},void*)

__call__( (RealFilter)arg1, (object)ed) -> bool :
    core/chemical/ResidueGraphTypes.hh:150

    C++ signature :
        bool __call__(core::chemical::RealFilter {lvalue},boost::detail::edge_desc_impl<boost::undirected_tag, void*>)

__init__(...)
(Constructor)

 

__init__( (object)arg1) -> None :

    C++ signature :
        void __init__(_object*)

__init__( (object)arg1, (RealFilter)) -> None :
    //////////////////////////////////////////////////////////
    //////////////////////////////////////////////////////////
    /////// PREDICATES for FILTERED GRAPHS ///////////////////
    /////////////////////////////////////////////////////////
     @default A filtered graph that doesn't contain fake/virtual atoms and fake/virtual bonds.
    

    C++ signature :
        void __init__(_object*,core::chemical::RealFilter)

__init__( (object)arg1, (object)graph) -> None :
    core/chemical/ResidueGraphTypes.hh:148

    C++ signature :
        void __init__(_object*,boost::undirected_graph<core::chemical::Atom, core::chemical::Bond, boost::no_property>)

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)