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

Class RedefineChi

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

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Redefine a chi angle
   Added by Andy M. Chen in June 2009
   This is needed for certain PTMs

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
 
apply(...)
apply( (RedefineChi)arg1, (ResidueType)rsd) -> bool : redefine 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
    

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

__init__( (object)arg1, (RedefineChi)) -> None :
    ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
     Redefine a chi angle
        Added by Andy M. Chen in June 2009
        This is needed for certain PTMs
    

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

Overrides: object.__init__

apply(...)

 

apply( (RedefineChi)arg1, (ResidueType)rsd) -> bool :
    redefine a chi angle
    

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

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

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

Overrides: PatchOperation.apply