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

A a decorator for a particle with an associated reference particle. More...

#include <IMP/core/symmetry.h>

+ Inheritance diagram for IMP::core::Reference:

Detailed Description

A a decorator for a particle with an associated reference particle.

This decorator is primarily designed to be used for implementing symmetry.

Definition at line 22 of file core/symmetry.h.

Public Member Functions

 Reference (::IMP::kernel::Model *m,::IMP::kernel::ParticleIndex id)
 
 Reference (const IMP::kernel::ParticleAdaptor &d)
 
kernel::Particleget_reference_particle () 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 kernel::ParticleIndexKey get_reference_key ()
 
static Reference setup_particle (IMP::kernel::ParticleAdaptor decorator, kernel::ParticleIndexAdaptor reference)
 
static Reference setup_particle (kernel::Model *m, ParticleIndex pi, kernel::ParticleIndexAdaptor reference)
 

Additional Inherited Members

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

Member Function Documentation

static Reference IMP::core::Reference::setup_particle ( IMP::kernel::ParticleAdaptor  decorator,
kernel::ParticleIndexAdaptor  reference 
)
static
See Also
setup_particle(m, pi, reference )

Definition at line 31 of file core/symmetry.h.

static Reference IMP::core::Reference::setup_particle ( kernel::Model m,
ParticleIndex  pi,
kernel::ParticleIndexAdaptor  reference 
)
static

Make the first particle reference the passed particle. Setup the particle so that it can be used with this decorator

Definition at line 31 of file core/symmetry.h.


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