IMP
2.1.1
The Integrative Modeling Platform
|
A particle with a color. More...
#include <IMP/display/Colored.h>
Public Member Functions | |
Colored (::IMP::kernel::Model *m,::IMP::kernel::ParticleIndex id) | |
Colored (const IMP::kernel::ParticleAdaptor &d) | |
Color | get_color () const |
void | set_color (const Color &c) |
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 Colored | decorate_particle (::IMP::kernel::Particle *p) |
static const FloatKeys & | get_color_keys () |
static bool | get_is_setup (kernel::Model *m, kernel::ParticleIndex pi) |
static bool | get_is_setup (const IMP::kernel::ParticleAdaptor &p) |
static bool | particle_is_instance (IMP::kernel::Model *m, IMP::kernel::ParticleIndex pi) |
static bool | particle_is_instance (::IMP::kernel::Particle *p) |
static Colored | setup_particle (IMP::kernel::ParticleAdaptor decorator, Color color) |
static Colored | setup_particle (kernel::Model *m, ParticleIndex pi, Color color) |
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) | |
Many of the geometry objects will use this color if it is available.
|
static |
|
static |
|
static |
|
static |