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

Class AddProtonChi

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

core/chemical/PatchOperation.hh:197

Instance Methods [hide private]
 
__init__(...)
__init__( (object)arg1, (int)chino_in, (vector1_Real)samples, (vector1_Real)extrasamples) -> None : constructor
 
apply(...)
apply( (AddProtonChi)arg1, (ResidueType)rsd) -> bool : add a proton 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, (vector1_Real)samples, (vector1_Real)extrasamples) -> None :
    constructor
    

    C++ signature :
        void __init__(_object*,unsigned long,utility::vector1<double, std::allocator<double> >,utility::vector1<double, std::allocator<double> >)

__init__( (object)arg1, (AddProtonChi)) -> None :
    core/chemical/PatchOperation.hh:197

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

Overrides: object.__init__

apply(...)

 

apply( (AddProtonChi)arg1, (ResidueType)rsd) -> bool :
    add a proton chi angle
    

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

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

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

Overrides: PatchOperation.apply