|
static XYZR | 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 pi) |
| Check if the particle has the required attributes. More...
|
|
static FloatKey | get_radius_key () |
|
static XYZR | setup_particle (IMP::kernel::ParticleAdaptor decorator) |
|
static XYZR | setup_particle (kernel::Model *m, ParticleIndex pi) |
|
static XYZR | setup_particle (kernel::Model *m, ParticleIndex pi, Float radius) |
|
static XYZR | setup_particle (IMP::kernel::ParticleAdaptor decorator, Float radius) |
|
static XYZR | setup_particle (IMP::kernel::ParticleAdaptor decorator, algebra::Sphere3D ball) |
|
static XYZR | setup_particle (kernel::Model *m, ParticleIndex pi, algebra::Sphere3D ball) |
|
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 XYZ | setup_particle (IMP::kernel::ParticleAdaptor decorator) |
|
static XYZ | setup_particle (kernel::Model *m, ParticleIndex pi) |
|
static XYZ | setup_particle (IMP::kernel::ParticleAdaptor decorator, algebra::Vector3D v) |
|
static XYZ | setup_particle (kernel::Model *m, ParticleIndex pi, algebra::Vector3D v) |
|
A simple example illustrating some of the functionality.
Definition at line 27 of file XYZR.h.