IMP
2.4.0
The Integrative Modeling Platform
|
A particle with a color. More...
#include <IMP/display/Colored.h>
A particle with a color.
Many of the geometry objects will use this color if it is available.
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 | |
bool | get_is_valid () const |
Model * | get_model () const |
Returns the Model containing the particle. More... | |
Particle * | get_particle () const |
Returns the particle decorated by this decorator. More... | |
ParticleIndex | get_particle_index () const |
Returns the particle index decorated by this decorator. More... | |
operator Particle * () const | |
operator ParticleIndex () const | |
Particle * | operator-> () const |
Static Public Member Functions | |
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 Colored | setup_particle (kernel::Model *m, ParticleIndex pi, Color color) |
static Colored | setup_particle (IMP::kernel::ParticleAdaptor decorator, Color color) |
Additional Inherited Members | |
Protected Member Functions inherited from IMP::kernel::Decorator | |
Decorator (Model *m, ParticleIndex pi) | |
Decorator (ParticleAdaptor p) | |
|
static |
|
static |