IMP  2.4.0
The Integrative Modeling Platform
Public Member Functions | Static Public Member Functions | List of all members
IMP::core::Typed Class Reference

A decorator for classifying particles in your system. More...

#include <IMP/core/Typed.h>

+ Inheritance diagram for IMP::core::Typed:

Detailed Description

A decorator for classifying particles in your system.

This decorator

Definition at line 36 of file Typed.h.

Public Member Functions

 Typed (::IMP::kernel::Model *m,::IMP::kernel::ParticleIndex id)
 
 Typed (const IMP::kernel::ParticleAdaptor &d)
 
ParticleType get_type () const
 
void show (std::ostream &out=std::cout) const
 
- Public Member Functions inherited from IMP::kernel::Decorator
bool get_is_valid () const
 
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 bool get_is_setup (const IMP::kernel::ParticleAdaptor &p)
 
static bool get_is_setup (kernel::Model *m, kernel::ParticleIndex pi)
 
static IntKey get_type_key ()
 
static Typed setup_particle (kernel::Model *m, ParticleIndex pi, ParticleType t)
 
static Typed setup_particle (IMP::kernel::ParticleAdaptor decorator, ParticleType t)
 

Additional Inherited Members

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

Member Function Documentation

static Typed IMP::core::Typed::setup_particle ( kernel::Model m,
ParticleIndex  pi,
ParticleType  t 
)
static

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

Definition at line 46 of file Typed.h.

static Typed IMP::core::Typed::setup_particle ( IMP::kernel::ParticleAdaptor  decorator,
ParticleType  t 
)
static
See Also
setup_particle(m, pi, t )

Definition at line 46 of file Typed.h.


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