IMP logo
IMP Reference Guide  develop.d4e9f3251e,2024/04/26
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:

Detailed Description

A particle with a color.

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

Definition at line 23 of file Colored.h.

Public Member Functions

 Colored (::IMP::Model *m,::IMP::ParticleIndex id)
 
 Colored (const IMP::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::Decorator
bool get_is_valid () const
 Returns true if constructed with a non-default constructor. More...
 
Modelget_model () const
 Returns the Model containing the particle. More...
 
Particleget_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
 
Particleoperator-> () const
 

Static Public Member Functions

static const FloatKeysget_color_keys ()
 
static bool get_is_setup (Model *m, ParticleIndex pi)
 
static bool get_is_setup (const IMP::ParticleAdaptor &p)
 
static Colored setup_particle (Model *m, ParticleIndex pi, Color color)
 
static Colored setup_particle (IMP::ParticleAdaptor pa, Color color)
 

Additional Inherited Members

- Protected Member Functions inherited from IMP::Decorator
 Decorator (Model *m, ParticleIndex pi)
 
 Decorator (ParticleAdaptor p)
 

Member Function Documentation

static Colored IMP::display::Colored::setup_particle ( IMP::ParticleAdaptor  pa,
Color  color 
)
static
Returns
a Colored object that decorates the particle specified by pa
See Also
setup_particle(m, pi, color )

Definition at line 62 of file Colored.h.

static Colored IMP::display::Colored::setup_particle ( Model m,
ParticleIndex  pi,
Color  color 
)
static
Returns
a Colored object that decorates particle pi

Definition at line 62 of file Colored.h.


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