![]() |
IMP
2.2.1
The Integrative Modeling Platform
|
Add weights for a set of states to a particle. More...
#include <IMP/isd/Weight.h>
Inheritance diagram for IMP::isd::Weight:Public Member Functions | |
| Weight (::IMP::kernel::Model *m,::IMP::kernel::ParticleIndex id) | |
| Weight (const IMP::kernel::ParticleAdaptor &d) | |
| void | add_weight () |
| Add one weight. | |
| Int | get_number_of_states () |
| Get number of states. | |
| Float | get_weight (int i) |
| Get the i-th weight. | |
| algebra::VectorKD | get_weights () |
| Get all the weights. | |
| void | set_weights (algebra::VectorKD w) |
| Set all the weights. | |
| void | set_weights_are_optimized (bool tf) |
| Set weights are optimized. | |
| void | show (std::ostream &out=std::cout) const |
Public Member Functions inherited from IMP::kernel::Decorator | |
| Model * | get_model () const |
| Returns the Model containing the particle. | |
| Particle * | get_particle () const |
| ParticleIndex | get_particle_index () const |
| operator Particle * () const | |
| operator ParticleIndex () const | |
| Particle * | operator-> () const |
Static Public Member Functions | |
| static Weight | decorate_particle (::IMP::kernel::Particle *p) |
| static bool | get_is_setup (const IMP::kernel::ParticleAdaptor &p) |
| static bool | get_is_setup (kernel::Model *m, kernel::ParticleIndex pi) |
| static IntKey | get_nstates_key () |
| Get number of states key. | |
| static FloatKey | get_weight_key (int i) |
| Get i-th weight key. | |
| static Weight | setup_particle (kernel::Model *m, ParticleIndex pi) |
| static Weight | setup_particle (IMP::kernel::ParticleAdaptor decorator) |
Additional Inherited Members | |
Protected Member Functions inherited from IMP::kernel::Decorator | |
| Decorator (Model *m, ParticleIndex pi) | |
| Decorator (ParticleAdaptor p) | |
|
static |
|
static |