IMP  2.4.0
The Integrative Modeling Platform
Public Member Functions | Static Public Member Functions | List of all members
IMP::atom::Angle Class Reference

A particle that describes an angle between three particles. More...

#include <IMP/atom/angle_decorators.h>

+ Inheritance diagram for IMP::atom::Angle:

Detailed Description

A particle that describes an angle between three particles.

An Angle decorator is a simple container of three particles, together with an ideal value (in radians) for the angle and a stiffness.

See Also
CHARMMParameters::create_angles(), AngleSingletonScore.

Definition at line 23 of file angle_decorators.h.

Public Member Functions

 Angle (::IMP::kernel::Model *m,::IMP::kernel::ParticleIndex id)
 
 Angle (const IMP::kernel::ParticleAdaptor &d)
 
Float get_ideal () const
 
kernel::Particleget_particle () const
 
kernel::Particleget_particle (unsigned int i) const
 Get the ith particle in the angle. More...
 
Float get_stiffness () const
 
void set_ideal (Float t)
 
void set_stiffness (Float 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 FloatKey get_ideal_key ()
 
static bool get_is_setup (const IMP::kernel::ParticleAdaptor &p)
 
static bool get_is_setup (kernel::Model *m, kernel::ParticleIndex pi)
 Return true if the particle is an angle. More...
 
static kernel::ParticleIndexKey get_particle_key (unsigned int i)
 
static FloatKey get_stiffness_key ()
 
static Angle setup_particle (kernel::Model *m, ParticleIndex pi, core::XYZ a, core::XYZ b, core::XYZ c)
 
static Angle setup_particle (IMP::kernel::ParticleAdaptor decorator, core::XYZ a, core::XYZ b, core::XYZ c)
 

Additional Inherited Members

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

Member Function Documentation

static bool IMP::atom::Angle::get_is_setup ( kernel::Model m,
kernel::ParticleIndex  pi 
)
static

Return true if the particle is an angle.

Definition at line 36 of file angle_decorators.h.

kernel::Particle* IMP::atom::Angle::get_particle ( unsigned int  i) const

Get the ith particle in the angle.

Definition at line 46 of file angle_decorators.h.

+ Here is the call graph for this function:

static Angle IMP::atom::Angle::setup_particle ( kernel::Model m,
ParticleIndex  pi,
core::XYZ  a,
core::XYZ  b,
core::XYZ  c 
)
static

Setup the particle so it can be used with this decorator.

Definition at line 33 of file angle_decorators.h.


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