IMP
2.0.0
The Integrative Modeling Platform
|
#include <IMP/em/Voxel.h>
Public Member Functions | |
Voxel (Model *m, ParticleIndex id) | |
Voxel (::IMP::kernel::Particle *p) | |
Float | get_density () const |
void | set_density (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 Voxel | decorate_particle (::IMP::kernel::Particle *p) |
static const FloatKey | get_density_key () |
static const FloatKeys | get_keys () |
static bool | particle_is_instance (Particle *p) |
static Voxel | setup_particle (Particle *p, const algebra::Vector3D &position, Float radius, Float density) |
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) | |
A a decorator for a particle that stores data on a density voxel , such as: position (x,y,z) attributes and density attributes
|
static |