| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
??.instance --+
|
SingletonBase_T_core_chemical_ChemicalManager_T --+
|
ChemicalManager
a class managing different sets of atom_type_set and residue_type_set make it as a singleton class so that atom_type_set and residue_type_set are only input and initialized once. They can be later retrieved by querying this class.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Raises an exception This class cannot be instantiated from Python
|
atom_type_set( (ChemicalManager)arg1, (str)tag) -> AtomTypeSet :
query atom_type_set by a name tag
C++ signature :
boost::shared_ptr<core::chemical::AtomTypeSet const> atom_type_set(core::chemical::ChemicalManager {lvalue},std::string)
|
element_set( (ChemicalManager)arg1, (str)tag) -> ElementSet :
query atom_type_set by a name tag
C++ signature :
boost::shared_ptr<core::chemical::ElementSet const> element_set(core::chemical::ChemicalManager {lvalue},std::string)
|
gasteiger_atom_type_set( (ChemicalManager)arg1 [, (str)tag='default']) -> object :
query gasteiger_atom_type_set by a name tag
C++ signature :
boost::shared_ptr<core::chemical::gasteiger::GasteigerAtomTypeSet const> gasteiger_atom_type_set(core::chemical::ChemicalManager {lvalue} [,std::string='default'])
|
has_residue_type_set( (ChemicalManager)arg1, (str)tag) -> bool :
Check if residue_type_set is instantiated...
C++ signature :
bool has_residue_type_set(core::chemical::ChemicalManager {lvalue},std::string)
|
ideal_bond_length_set( (ChemicalManager)arg1, (str)tag) -> IdealBondLengthSet :
query ideal_bond_lengths
C++ signature :
boost::shared_ptr<core::chemical::IdealBondLengthSet const> ideal_bond_length_set(core::chemical::ChemicalManager {lvalue},std::string)
|
mm_atom_type_set( (ChemicalManager)arg1, (str)tag) -> MMAtomTypeSet :
query mm_atom_type_set by a name tag
C++ signature :
boost::shared_ptr<core::chemical::MMAtomTypeSet const> mm_atom_type_set(core::chemical::ChemicalManager {lvalue},std::string)
|
nonconst_residue_type_set( (ChemicalManager)arg1, (str)tag) -> ResidueTypeSet :
query residue_type_set by a name tag
C++ signature :
core::chemical::ResidueTypeSet {lvalue} nonconst_residue_type_set(core::chemical::ChemicalManager {lvalue},std::string)
|
nonconst_residue_type_set_op( (ChemicalManager)arg1, (str)tag) -> ResidueTypeSet :
core/chemical/ChemicalManager.hh:128
C++ signature :
boost::shared_ptr<core::chemical::ResidueTypeSet> nonconst_residue_type_set_op(core::chemical::ChemicalManager {lvalue},std::string)
|
orbital_type_set( (ChemicalManager)arg1, (str)tag) -> OrbitalTypeSet :
query orbital_type_set by a name tag
C++ signature :
boost::shared_ptr<core::chemical::orbitals::OrbitalTypeSet const> orbital_type_set(core::chemical::ChemicalManager {lvalue},std::string)
|
residue_type_set( (ChemicalManager)arg1, (str)tag) -> ResidueTypeSet :
query residue_type_set by a name tag
C++ signature :
boost::shared_ptr<core::chemical::ResidueTypeSet const> residue_type_set(core::chemical::ChemicalManager {lvalue},std::string)
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sat Jun 6 00:11:05 2015 | http://epydoc.sourceforge.net |