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

Class AddChiRotamer

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

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////// Add a rotamer sample to a chi angle of the ResidueType. Added by Andy M. Chen in June 2009 This is needed for PTMs.

Instance Methods [hide private]
 
__init__(...)
__init__( (object)arg1, (int)chino_in, (float)mean_in, (float)sdev_in) -> None : Constructor for when the chi index is specified
 
apply(...)
apply( (AddChiRotamer)arg1, (ResidueType)rsd) -> bool : Add a rotamer sample.

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, (float)mean_in, (float)sdev_in) -> None :
    Constructor for when the chi index is specified
    

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

__init__( (object)arg1, (AddChiRotamer)) -> None :
    ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
     Add a rotamer sample to a chi angle of the ResidueType.
     Added by Andy M. Chen in June 2009
     This is needed for PTMs.
    

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

__init__( (object)arg1, (float)mean_in, (float)sdev_in) -> None :
    Constructor for when the chi index is not specified
    

    C++ signature :
        void __init__(_object*,double,double)

Overrides: object.__init__

apply(...)

 

apply( (AddChiRotamer)arg1, (ResidueType)rsd) -> bool :
    Add a rotamer sample.
    

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

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

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

Overrides: PatchOperation.apply