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

Class Selector_NAME3

       object --+        
                |        
      ??.instance --+    
                    |    
ResidueSelectorSingle --+
                        |
                       Selector_NAME3

///////////////////////////////////////////////////////////////////////////////////// Does the residue have to ANY of these three-letter codes?

Instance Methods [hide private]
 
__getitem__(...)
__getitem__( (Selector_NAME3)arg1, (ResidueType)rsd) -> bool : core/chemical/ResidueSelector.hh:144
 
__init__(...)
__init__( (object)arg1, (vector1_string)name3s_in, (bool)result) -> None : core/chemical/ResidueSelector.hh:137

Inherited from ResidueSelectorSingle: __reduce__, desired_result

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 ResidueSelectorSingle: __instance_size__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__getitem__(...)
(Indexing operator)

 

__getitem__( (Selector_NAME3)arg1, (ResidueType)rsd) -> bool :
    core/chemical/ResidueSelector.hh:144

    C++ signature :
        bool __getitem__(core::chemical::Selector_NAME3 {lvalue},core::chemical::ResidueType)

__getitem__( (Selector_NAME3)arg1, (ResidueType)rsd) -> bool :

    C++ signature :
        bool __getitem__(Selector_NAME3_exposer_callback {lvalue},core::chemical::ResidueType)

Overrides: ResidueSelectorSingle.__getitem__

__init__(...)
(Constructor)

 

__init__( (object)arg1, (vector1_string)name3s_in, (bool)result) -> None :
    core/chemical/ResidueSelector.hh:137

    C++ signature :
        void __init__(_object*,utility::vector1<std::string, std::allocator<std::string> >,bool)

__init__( (object)arg1, (Selector_NAME3)) -> None :
    /////////////////////////////////////////////////////////////////////////////////////
     Does the residue have to ANY of these three-letter codes?
    

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

Overrides: object.__init__