IMP
2.3.1
The Integrative Modeling Platform
|
Add resolution to a particle. More...
#include <IMP/pmi/Resolution.h>
Add resolution to a particle.
The resolution of the particle is assumed to be in number of residues.
Definition at line 23 of file Resolution.h.
Public Member Functions | |
Resolution (::IMP::kernel::Model *m,::IMP::kernel::ParticleIndex id) | |
Resolution (const IMP::kernel::ParticleAdaptor &d) | |
Float | get_resolution () const |
void | set_resolution (Float d) |
void | show (std::ostream &out=std::cout) const |
Public Member Functions inherited from IMP::kernel::Decorator | |
bool | get_is_valid () const |
Model * | get_model () const |
Returns the Model containing the particle. More... | |
Particle * | get_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 | |
Particle * | operator-> () const |
Static Public Member Functions | |
static bool | get_is_setup (Model *m, ParticleIndex pi) |
static bool | get_is_setup (const IMP::kernel::ParticleAdaptor &p) |
static FloatKey | get_resolution_key () |
static Resolution | setup_particle (kernel::Model *m, ParticleIndex pi, Float resolution) |
static Resolution | setup_particle (IMP::kernel::ParticleAdaptor decorator, Float resolution) |
Additional Inherited Members | |
Protected Member Functions inherited from IMP::kernel::Decorator | |
Decorator (Model *m, ParticleIndex pi) | |
Decorator (ParticleAdaptor p) | |
|
static |
Definition at line 44 of file Resolution.h.
|
static |
Add the specified resolution to the particle. Setup the particle so that it can be used with this decorator
Definition at line 44 of file Resolution.h.