As with Atom, the types of bonds will eventually be run-time expandible.
Public Types | |
Public Member Functions | |
Bond (::IMP::Particle *p) | |
Bonded | get_bonded (unsigned int i) const |
Get the atom i of the bond. | |
Float | get_length () const |
Int | get_order () const |
Float | get_stiffness () const |
Int | get_type () const |
void | set_length (Float t) |
void | set_order (Int t) |
void | set_stiffness (Float t) |
void | set_type (Int t) |
Static Public Member Functions | |
static Bond | decorate_particle (::IMP::Particle *p) |
static FloatKey | get_length_key () |
static bool | particle_is_instance (Particle *p) |
Return true if the particle is a bond. | |
Static Public Attributes | |
AMIDE = _IMP_atom.Bond_AMIDE | |
AROMATIC = _IMP_atom.Bond_AROMATIC | |
DOUBLE = _IMP_atom.Bond_DOUBLE | |
HYDROGEN = _IMP_atom.Bond_HYDROGEN | |
NONBIOLOGICAL = _IMP_atom.Bond_NONBIOLOGICAL | |
PEPTIDE = _IMP_atom.Bond_PEPTIDE | |
SALT = _IMP_atom.Bond_SALT | |
SINGLE = _IMP_atom.Bond_SINGLE | |
TRIPLE = _IMP_atom.Bond_TRIPLE | |
UNKNOWN = _IMP_atom.Bond_UNKNOWN | |
Related Functions | |
(Note that these are not member functions.) | |
Bonds | get_internal_bonds (Hierarchy mhd) |
Get the bonds internal to this tree. |
Bonded IMP::atom::Bond::get_bonded | ( | unsigned int | i | ) | const |