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

Class AddAtomAlias

 object --+        
          |        
??.instance --+    
              |    
 PatchOperation --+
                  |
                 AddAtomAlias

//////////////////////////////////////////////////////////////////////////// A patch operation for adding an atom alias to a ResidueType. See residue_io.cc for a description of atom aliases. @remarks Atom aliases were graciously added to Rosetta by Rocco Moretti. Labonte <JWLabonte@jhu.edu>

Instance Methods [hide private]
 
__init__(...)
__init__( (object)arg1, (str)rosetta_atom_name_in, (str)alias_in) -> None : core/chemical/PatchOperation.hh:341
 
apply(...)
apply( (AddAtomAlias)arg1, (ResidueType)rsd) -> bool : Apply this patch to the given ResidueType.

Inherited from PatchOperation: __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 PatchOperation: __instance_size__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

__init__( (object)arg1, (str)rosetta_atom_name_in, (str)alias_in) -> None :
    core/chemical/PatchOperation.hh:341

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

__init__( (object)arg1, (AddAtomAlias)) -> None :
    ////////////////////////////////////////////////////////////////////////////
     A patch operation for adding an atom alias to a ResidueType.
     See residue_io.cc for a description of atom aliases.
     @remarks Atom aliases were graciously added to Rosetta by Rocco Moretti.
     Labonte <JWLabonte@jhu.edu>
    

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

Overrides: object.__init__

apply(...)

 

apply( (AddAtomAlias)arg1, (ResidueType)rsd) -> bool :
    Apply this patch to the given ResidueType.
    

    C++ signature :
        bool apply(core::chemical::AddAtomAlias {lvalue},core::chemical::ResidueType {lvalue})

apply( (AddAtomAlias)arg1, (ResidueType)rsd) -> bool :

    C++ signature :
        bool apply(AddAtomAlias_exposer_callback {lvalue},core::chemical::ResidueType {lvalue})

Overrides: PatchOperation.apply