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

Class Adduct

 object --+    
          |    
??.instance --+
              |
             Adduct

Description of optional single-atom residue adducts

Instance Methods [hide private]
 
__init__(...)
__init__( (object)arg1) -> None :
 
__reduce__(...)
helper for pickle
 
adduct_name(...)
adduct_name( (Adduct)arg1) -> str : accessor to adduct_name string
 
atom_charge(...)
atom_charge( (Adduct)arg1) -> float : core/chemical/Adduct.hh:65
 
atom_name(...)
atom_name( (Adduct)arg1) -> str : accessor to atom_name string
 
atom_type_name(...)
atom_type_name( (Adduct)arg1) -> str : accessor to atom type string
 
d(...)
d( (Adduct)arg1) -> float : core/chemical/Adduct.hh:74
 
mm_atom_type_name(...)
mm_atom_type_name( (Adduct)arg1) -> str : accessor to mm type string
 
phi(...)
phi( (Adduct)arg1) -> float : accessor for Adduct geometric info
 
stub_atom(...)
stub_atom( (Adduct)arg1, (int)atm) -> str : const accessor to stub_atom strings by index
 
stub_atom1(...)
stub_atom1( (Adduct)arg1) -> str : accessor to stub_atom1 name string
 
stub_atom2(...)
stub_atom2( (Adduct)arg1) -> str : accessor to stub_atom2 name string
 
stub_atom3(...)
stub_atom3( (Adduct)arg1) -> str : accessor to stub_atom3 name string
 
theta(...)
theta( (Adduct)arg1) -> float : core/chemical/Adduct.hh:71

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  __instance_size__ = 32
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

__init__( (object)arg1) -> None :

    C++ signature :
        void __init__(_object*)

__init__( (object)arg1, (Adduct)) -> None :
    Description of optional single-atom residue adducts
    

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

__init__( (object)arg1, (str)adduct_name, (str)atom_name, (str)atom_type_name, (str)mm_atom_type_name, (float)atom_charge_in, (float)phi_in, (float)theta_in, (float)d_in, (str)stub_atom1_name, (str)stub_atom2_name, (str)stub_atom3_name) -> None :
    constructor
    

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

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

adduct_name(...)

 

adduct_name( (Adduct)arg1) -> str :
    accessor to adduct_name string
    

    C++ signature :
        std::string adduct_name(core::chemical::Adduct {lvalue})

atom_charge(...)

 

atom_charge( (Adduct)arg1) -> float :
    core/chemical/Adduct.hh:65

    C++ signature :
        double atom_charge(core::chemical::Adduct {lvalue})

atom_name(...)

 

atom_name( (Adduct)arg1) -> str :
    accessor to atom_name string
    

    C++ signature :
        std::string atom_name(core::chemical::Adduct {lvalue})

atom_type_name(...)

 

atom_type_name( (Adduct)arg1) -> str :
    accessor to atom type string
    

    C++ signature :
        std::string atom_type_name(core::chemical::Adduct {lvalue})

d(...)

 

d( (Adduct)arg1) -> float :
    core/chemical/Adduct.hh:74

    C++ signature :
        double d(core::chemical::Adduct {lvalue})

mm_atom_type_name(...)

 

mm_atom_type_name( (Adduct)arg1) -> str :
    accessor to mm type string
    

    C++ signature :
        std::string mm_atom_type_name(core::chemical::Adduct {lvalue})

phi(...)

 

phi( (Adduct)arg1) -> float :
    accessor for Adduct geometric info
    

    C++ signature :
        double phi(core::chemical::Adduct {lvalue})

stub_atom(...)

 

stub_atom( (Adduct)arg1, (int)atm) -> str :
    const accessor to stub_atom strings by index
    

    C++ signature :
        std::string stub_atom(core::chemical::Adduct {lvalue},int)

stub_atom1(...)

 

stub_atom1( (Adduct)arg1) -> str :
    accessor to stub_atom1 name string
    

    C++ signature :
        std::string stub_atom1(core::chemical::Adduct {lvalue})

stub_atom2(...)

 

stub_atom2( (Adduct)arg1) -> str :
    accessor to stub_atom2 name string
    

    C++ signature :
        std::string stub_atom2(core::chemical::Adduct {lvalue})

stub_atom3(...)

 

stub_atom3( (Adduct)arg1) -> str :
    accessor to stub_atom3 name string
    

    C++ signature :
        std::string stub_atom3(core::chemical::Adduct {lvalue})

theta(...)

 

theta( (Adduct)arg1) -> float :
    core/chemical/Adduct.hh:71

    C++ signature :
        double theta(core::chemical::Adduct {lvalue})