IMP  2.3.0
The Integrative Modeling Platform
IMP::atom::Bond Class Reference

A decorator for wrapping a particle representing a molecular bond. More...

#include <IMP/atom/bond_decorators.h>

+ Inheritance diagram for IMP::atom::Bond:

Detailed Description

A decorator for wrapping a particle representing a molecular bond.

As with Atom, the types of bonds will eventually be run-time expandable.

See Also
Bonded
IMP::atom::get_internal_bonds()

Definition at line 40 of file bond_decorators.h.

Public Types

enum  Type {
  UNKNOWN = -1, NONBIOLOGICAL, SINGLE = 1, DOUBLE = 2,
  TRIPLE = 3, HYDROGEN, SALT, PEPTIDE,
  AMIDE, AROMATIC
}
 The types a bond can have right now. More...
 

Public Member Functions

 Bond (::IMP::kernel::Model *m,::IMP::kernel::ParticleIndex id)
 
 Bond (const IMP::kernel::ParticleAdaptor &d)
 
Bonded get_bonded (unsigned int i) const
 Get the atom i of the bond. More...
 
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)
 
void show (std::ostream &out=std::cout) const
 
- Public Member Functions inherited from IMP::kernel::Decorator
bool get_is_valid () const
 
Modelget_model () const
 Returns the Model containing the particle. More...
 
Particleget_particle () const
 Returns the particle decorated by this decorator. More...
 
ParticleIndex get_particle_index () const
 Returns the particle index decorated by this decorator. More...
 
 operator Particle * () const
 
 operator ParticleIndex () const
 
Particleoperator-> () const
 

Static Public Member Functions

static bool get_is_setup (const IMP::kernel::ParticleAdaptor &p)
 
static bool get_is_setup (kernel::Model *m, kernel::ParticleIndex pi)
 
static FloatKey get_length_key ()
 

Additional Inherited Members

- Protected Member Functions inherited from IMP::kernel::Decorator
 Decorator (Model *m, ParticleIndex pi)
 
 Decorator (ParticleAdaptor p)
 

Member Enumeration Documentation

The types a bond can have right now.

Definition at line 52 of file bond_decorators.h.

Member Function Documentation

Bonded IMP::atom::Bond::get_bonded ( unsigned int  i) const

Get the atom i of the bond.

Parameters
[in]i0 or 1
Returns
Bonded for the atom in question

Definition at line 199 of file bond_decorators.h.


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