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

Class AddChi

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

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////// Add a chi angle to ResidueType. Added by Andy M. Chen in June 2009 This is needed for PTMs, which often result in one or more extra chi angles.

Instance Methods [hide private]
 
__init__(...)
__init__( (object)arg1, (int)chino_in, (str)atom1_in, (str)atom2_in, (str)atom3_in, (str)atom4_in) -> None : Constructor for when the chi index is specified.
 
apply(...)
apply( (AddChi)arg1, (ResidueType)rsd) -> bool : Add a chi angle.

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, (int)chino_in, (str)atom1_in, (str)atom2_in, (str)atom3_in, (str)atom4_in) -> None :
    Constructor for when the chi index is specified.
    

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

__init__( (object)arg1, (AddChi)) -> None :
    ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
     Add a chi angle to ResidueType.
     Added by Andy M. Chen in June 2009
     This is needed for PTMs, which often result in one or more extra chi angles.
    

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

__init__( (object)arg1, (str)atom1_in, (str)atom2_in, (str)atom3_in, (str)atom4_in) -> None :
    Constructor for when the chi index is not specified.
    

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

Overrides: object.__init__

apply(...)

 

apply( (AddChi)arg1, (ResidueType)rsd) -> bool :
    Add a chi angle.
    

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

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

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

Overrides: PatchOperation.apply