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

Class Selector_CMDFLAG

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

///////////////////////////////////////////////////////////////////////////////////// Is a certain string in the command-line option -chemical:allow_patch present ? this selector does actually not depend on the residuetype it is queried for

Instance Methods [hide private]
 
__getitem__(...)
__getitem__( (Selector_CMDFLAG)arg1, (ResidueType)) -> bool : core/chemical/ResidueSelector.hh:119
 
__init__(...)
__init__( (object)arg1, (str)flags_in, (bool)result) -> None : core/chemical/ResidueSelector.hh:115

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_CMDFLAG)arg1, (ResidueType)) -> bool :
    core/chemical/ResidueSelector.hh:119

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

__getitem__( (Selector_CMDFLAG)arg1, (ResidueType)) -> bool :

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

Overrides: ResidueSelectorSingle.__getitem__

__init__(...)
(Constructor)

 

__init__( (object)arg1, (str)flags_in, (bool)result) -> None :
    core/chemical/ResidueSelector.hh:115

    C++ signature :
        void __init__(_object*,std::string,bool)

__init__( (object)arg1, (Selector_CMDFLAG)) -> None :
    /////////////////////////////////////////////////////////////////////////////////////
     Is a certain string in the command-line option -chemical:allow_patch present ?
     this selector does actually not depend on the residuetype it is queried for
    

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

Overrides: object.__init__