|
IMP
2.0.1
The Integrative Modeling Platform
|
A particle that describes an angle between three particles. More...
#include <IMP/atom/angle_decorators.h>
Inheritance diagram for IMP::atom::Angle:Public Member Functions | |
| Angle (Model *m, ParticleIndex id) | |
| Angle (::IMP::kernel::Particle *p) | |
| Float | get_ideal () const |
| Particle * | get_particle () const |
| Particle * | get_particle (unsigned int i) const |
| Get the ith particle in the angle. | |
| 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 | |
| ParticleIndex | get_particle_index () const |
| Particle * | get_particle () const |
| Model * | get_model () const |
| Returns the Model containing the particle. | |
| Decorator (Particle *p) | |
| Decorator () | |
Static Public Member Functions | |
| static Angle | decorate_particle (::IMP::kernel::Particle *p) |
| static FloatKey | get_ideal_key () |
| static ParticleIndexKey | get_particle_key (unsigned int i) |
| static FloatKey | get_stiffness_key () |
| static bool | particle_is_instance (Particle *p) |
| Return true if the particle is an angle. | |
| static Angle | setup_particle (Particle *p, core::XYZ a, core::XYZ b, core::XYZ c) |
| Create an angle with the given particles. | |
Static Public Member Functions inherited from IMP::kernel::Decorator | |
| static bool | particle_is_instance (Particle *p) |
| Return true if the particle can be cast to the decorator. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from IMP::kernel::Decorator | |
| Decorator (Model *m, ParticleIndex pi) | |
| Decorator (Particle *p) | |
An Angle decorator is a simple container of three particles, together with an ideal value (in radians) for the angle and a stiffness.
Definition at line 23 of file angle_decorators.h.