|
static RigidBodyDiffusion | decorate_particle (::IMP::kernel::Particle *p) |
|
static bool | get_is_setup (const IMP::kernel::ParticleAdaptor &p) |
|
static bool | get_is_setup (kernel::Model *m, kernel::ParticleIndex p) |
| Return true if the particle is an instance of an Diffusion.
|
|
static FloatKey | get_rotational_diffusion_coefficient_key () |
| Get the D key.
|
|
static bool | particle_is_instance (::IMP::kernel::Particle *p) |
|
static bool | particle_is_instance (IMP::kernel::Model *m, IMP::kernel::ParticleIndex pi) |
|
static RigidBodyDiffusion | setup_particle (IMP::kernel::ParticleAdaptor decorator) |
|
static RigidBodyDiffusion | setup_particle (kernel::Model *m, ParticleIndex pi) |
|
static Diffusion | decorate_particle (::IMP::kernel::Particle *p) |
|
static FloatKey | get_diffusion_coefficient_key () |
| Get the D key.
|
|
static bool | get_is_setup (const IMP::kernel::ParticleAdaptor &p) |
|
static bool | get_is_setup (kernel::Model *m, kernel::ParticleIndex p) |
| Return true if the particle is an instance of an Diffusion.
|
|
static bool | particle_is_instance (::IMP::kernel::Particle *p) |
|
static bool | particle_is_instance (IMP::kernel::Model *m, IMP::kernel::ParticleIndex pi) |
|
static Diffusion | setup_particle (kernel::Model *m, ParticleIndex pi, Float D) |
|
static Diffusion | setup_particle (IMP::kernel::ParticleAdaptor decorator, Float D) |
|
static Diffusion | setup_particle (kernel::Model *m, ParticleIndex pi, algebra::Vector3D v, Float D) |
|
static Diffusion | setup_particle (IMP::kernel::ParticleAdaptor decorator, algebra::Vector3D v, Float D) |
|
static Diffusion | setup_particle (IMP::kernel::ParticleAdaptor decorator) |
|
static Diffusion | setup_particle (kernel::Model *m, ParticleIndex pi) |
|
static XYZ | decorate_particle (::IMP::kernel::Particle *p) |
|
static FloatKey | get_coordinate_key (unsigned int i) |
|
static bool | get_is_setup (const IMP::kernel::ParticleAdaptor &p) |
|
static bool | get_is_setup (kernel::Model *m, kernel::ParticleIndex pi) |
|
static const FloatKeys & | get_xyz_keys () |
| Get a vector containing the keys for x,y,z. More...
|
|
static bool | particle_is_instance (IMP::kernel::Model *m, IMP::kernel::ParticleIndex pi) |
|
static bool | particle_is_instance (::IMP::kernel::Particle *p) |
|
static XYZ | setup_particle (IMP::kernel::ParticleAdaptor decorator) |
|
static XYZ | setup_particle (kernel::Model *m, ParticleIndex pi) |
|
static XYZ | setup_particle (kernel::Model *m, ParticleIndex pi, algebra::Vector3D v) |
|
static XYZ | setup_particle (IMP::kernel::ParticleAdaptor decorator, algebra::Vector3D v) |
|
static bool | get_is_setup (Particle *p) |
| Return true if the particle can be cast to the decorator. More...
|
|
A rigid body that is diffusing, so it also has a rotation diffusion coefficient. The units on the rotational coefficient are \(radians^2/fs\).
Definition at line 80 of file Diffusion.h.