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

Class SetICoor

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

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////// set an atom's AtomICoord

Instance Methods [hide private]
 
__init__(...)
__init__( (object)arg1, (str)atom_in, (float)phi_in, (float)theta_in, (float)d_in, (str)stub1_in, (str)stub2_in, (str)stub3_in) -> None : constructor
 
apply(...)
apply( (SetICoor)arg1, (ResidueType)rsd) -> bool : set an atom's AtomICoord

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)atom_in, (float)phi_in, (float)theta_in, (float)d_in, (str)stub1_in, (str)stub2_in, (str)stub3_in) -> None :
    constructor
    

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

__init__( (object)arg1, (SetICoor)) -> None :
    ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
     set an atom's AtomICoord
    

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

Overrides: object.__init__

apply(...)

 

apply( (SetICoor)arg1, (ResidueType)rsd) -> bool :
    set an atom's AtomICoord
    

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

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

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

Overrides: PatchOperation.apply