|
IMP Reference Guide
develop.169ea894ba,2025/11/01
The Integrative Modeling Platform
|
A particle with linear (XYZ) velocity. More...
#include <IMP/atom/MolecularDynamics.h>
Inheritance diagram for IMP::atom::LinearVelocity:A particle with linear (XYZ) velocity.
Typically this is used in combination with the MolecularDynamics optimizer.
Definition at line 23 of file atom/MolecularDynamics.h.
Public Member Functions | |
| algebra::Vector3D | get_velocity () const |
| IMP_DECORATOR_METHODS (LinearVelocity, Decorator) | |
| IMP_DECORATOR_SETUP_0 (LinearVelocity) | |
| IMP_DECORATOR_SETUP_1 (LinearVelocity, algebra::Vector3D, v) | |
| void | set_velocity (const algebra::Vector3D &v) |
Public Member Functions inherited from IMP::Decorator | |
| bool | get_is_valid () const |
| Returns true if constructed with a non-default constructor. More... | |
| Model * | get_model () const |
| Returns the Model containing the particle. More... | |
| Particle * | get_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 | |
| Particle * | operator-> () const |
Static Public Member Functions | |
| static bool | get_is_setup (Model *m, ParticleIndex pi) |
Additional Inherited Members | |
Protected Member Functions inherited from IMP::Decorator | |
| Decorator (Model *m, ParticleIndex pi) | |
| Decorator (ParticleAdaptor p) | |