Package rosetta :: Package core :: Package conformation :: Module _core_conformation_ :: Class WatsonCrickResidueMatcher
[hide private]
[frames] | no frames]

Class WatsonCrickResidueMatcher

 object --+        
          |        
??.instance --+    
              |    
 ResidueMatcher --+
                  |
                 WatsonCrickResidueMatcher

core/conformation/ResidueMatcher.hh:44

Instance Methods [hide private]
 
__call__(...)
__call__( (WatsonCrickResidueMatcher)arg1, (Residue)rsd1, (Residue)rsd2) -> bool : core/conformation/ResidueMatcher.hh:48
 
__init__(...)
__init__( (object)arg1) -> None :

Inherited from ResidueMatcher: __reduce__

Inherited from unreachable.instance: __new__

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

Class Variables [hide private]

Inherited from ResidueMatcher: __instance_size__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__call__(...)
(Call operator)

 

__call__( (WatsonCrickResidueMatcher)arg1, (Residue)rsd1, (Residue)rsd2) -> bool :
    core/conformation/ResidueMatcher.hh:48

    C++ signature :
        bool __call__(core::conformation::WatsonCrickResidueMatcher {lvalue},core::conformation::Residue,core::conformation::Residue)

__call__( (WatsonCrickResidueMatcher)arg1, (Residue)rsd1, (Residue)rsd2) -> bool :

    C++ signature :
        bool __call__(WatsonCrickResidueMatcher_exposer_callback {lvalue},core::conformation::Residue,core::conformation::Residue)

Overrides: ResidueMatcher.__call__

__init__(...)
(Constructor)

 

__init__( (object)arg1) -> None :

    C++ signature :
        void __init__(_object*)

Overrides: object.__init__