IMP  2.1.1
The Integrative Modeling Platform
IMP::em::Voxel Class Reference

#include <IMP/em/Voxel.h>

+ Inheritance diagram for IMP::em::Voxel:

Public Member Functions

 Voxel (::IMP::kernel::Model *m,::IMP::kernel::ParticleIndex id)
 
 Voxel (const IMP::kernel::ParticleAdaptor &d)
 
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
 
Particleget_particle () const
 
Modelget_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 bool get_is_setup (const IMP::kernel::ParticleAdaptor &p)
 
static bool get_is_setup (kernel::Model *m, kernel::ParticleIndex pi)
 
static const FloatKeys get_keys ()
 
static bool particle_is_instance (IMP::kernel::Model *m, IMP::kernel::ParticleIndex pi)
 
static bool particle_is_instance (::IMP::kernel::Particle *p)
 
static Voxel setup_particle (kernel::Model *m, ParticleIndex pi, algebra::Vector3D position, Float radius, Float density)
 
static Voxel setup_particle (IMP::kernel::ParticleAdaptor decorator, algebra::Vector3D position, Float radius, Float density)
 
- Static Public Member Functions inherited from IMP::kernel::Decorator
static bool get_is_setup (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 (kernel::Model *m, ParticleIndex pi)
 
 Decorator (ParticleAdaptor p)
 

Detailed Description

A a decorator for a particle that stores data on a density voxel , such as: position (x,y,z) attributes and density attributes

Definition at line 25 of file Voxel.h.

Member Function Documentation

static Voxel IMP::em::Voxel::decorate_particle ( ::IMP::kernel::Particle p)
static
Deprecated:
As of IMP release 2.1. See the IMP Deprecation Policy for more information about deprecation in IMP. Check explicitly instead.

Definition at line 39 of file Voxel.h.

static bool IMP::em::Voxel::particle_is_instance ( ::IMP::kernel::Particle p)
static
Deprecated:
As of IMP release 2.1. See the IMP Deprecation Policy for more information about deprecation in IMP. Use get_is_setup() instead.

Definition at line 39 of file Voxel.h.

static bool IMP::em::Voxel::particle_is_instance ( IMP::kernel::Model m,
IMP::kernel::ParticleIndex  pi 
)
static
Deprecated:
As of IMP release 2.1. See the IMP Deprecation Policy for more information about deprecation in IMP. Use get_is_setup() instead.

Definition at line 39 of file Voxel.h.

static Voxel IMP::em::Voxel::setup_particle ( kernel::Model m,
ParticleIndex  pi,
algebra::Vector3D  position,
Float  radius,
Float  density 
)
static

Setup the particle so it can be used with this decorator.

Definition at line 42 of file Voxel.h.


The documentation for this class was generated from the following file: