IMP Reference Guide
2.21.0
The Integrative Modeling Platform
|
#include <IMP/Particle.h>
An adaptor that enable to implicitly pass particles to other functions or constructors by passing either the particle itself (in Python), a decorator to the particle, or a raw/smart IMP pointer to the particle (in C++)
Definition at line 180 of file Particle.h.
Public Member Functions | |
ParticleAdaptor (Particle *p) | |
convert p to itself More... | |
ParticleAdaptor (const Decorator &d) | |
convert d to the particle it decorates More... | |
ParticleAdaptor (IMP::Pointer< Particle > p) | |
ParticleAdaptor (IMP::WeakPointer< Particle > p) | |
ParticleAdaptor (IMP::PointerMember< Particle > p) | |
Model * | get_model () const |
ParticleIndex | get_particle_index () const |
IMP::ParticleAdaptor::ParticleAdaptor | ( | Particle * | p | ) |
convert p to itself
Definition at line 187 of file Particle.h.
IMP::ParticleAdaptor::ParticleAdaptor | ( | const Decorator & | d | ) |
convert d to the particle it decorates