IMP  2.0.1
The Integrative Modeling Platform
IMP::display::Colored Class Reference

A particle with a color. More...

#include <IMP/display/Colored.h>

+ Inheritance diagram for IMP::display::Colored:

Public Member Functions

 Colored (Model *m, ParticleIndex id)
 
 Colored (::IMP::kernel::Particle *p)
 
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
 
Particleget_particle () const
 
Modelget_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 FloatKeysget_color_keys ()
 
static bool particle_is_instance (Particle *p)
 
static Colored setup_particle (Particle *p, Color c)
 
- 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)
 

Detailed Description

Many of the geometry objects will use this color if it is available.

Definition at line 23 of file Colored.h.


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