IMP logo
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
IMP::atom::CHARMMResidueTopologyBase Class Reference

Detailed Description

Base class for all CHARMM residue-based topology.

+ Inheritance diagram for IMP::atom::CHARMMResidueTopologyBase:

List of all members.

Public Member Functions

void add_angle (const CHARMMAngle &bond)
void add_atom (const CHARMMAtomTopology &atom)
void add_bond (const CHARMMBond &bond)
void add_dihedral (const CHARMMDihedral &bond)
void add_improper (const CHARMMDihedral &bond)
void add_internal_coordinate (const CHARMMInternalCoordinate &ic)
const CHARMMAngleget_angle (unsigned int index) const
const CHARMMAtomTopologyget_atom (unsigned int i) const
const CHARMMAtomTopologyget_atom (AtomType type) const
const CHARMMAtomTopologyget_atom (std::string name) const
const CHARMMBondget_bond (unsigned int index) const
const CHARMMDihedralget_dihedral (unsigned int index) const
const CHARMMDihedralget_improper (unsigned int index) const
const CHARMMInternalCoordinateget_internal_coordinate (unsigned int index) const
unsigned int get_number_of_angles () const
unsigned int get_number_of_atoms () const
unsigned int get_number_of_bonds () const
unsigned int get_number_of_dihedrals () const
unsigned int get_number_of_impropers () const
unsigned int get_number_of_internal_coordinates () const
std::string get_type () const
- Public Member Functions inherited from IMP::base::Object
std::size_t __hash__ () const
virtual std::string get_type_name () const =0
 Return a string identifying the type of the object.
virtual IMP::base::VersionInfo get_version_info () const =0
 Get information about the module and version of the object.
void set_check_level (CheckLevel l)
void set_log_level (LogLevel l)
 Set the logging level used in this object.
void set_was_used (bool tf) const
void show (std::ostream &out=std::cout) const
const std::string & get_name () const
void set_name (std::string name)

Static Public Member Functions

static CHARMMResidueTopologyBaseget_from (IMP::base::Object *o)

Protected Member Functions

 CHARMMResidueTopologyBase (std::string type)
- Protected Member Functions inherited from IMP::base::Object
 Object (std::string name)

Protected Attributes

CHARMMAngles angles_
base::Vector< CHARMMAtomTopologyatoms_
CHARMMBonds bonds_
CHARMMDihedrals dihedrals_
CHARMMDihedrals impropers_
CHARMMInternalCoordinates internal_coordinates_

The documentation for this class was generated from the following file:

Generated on Tue May 22 2012 23:33:26 for IMP by doxygen 1.8.1