IMP Reference Guide
2.14.0
The Integrative Modeling Platform
|
Represent a subset of the particles being optimized. More...
#include <IMP/domino/Subset.h>
Represent a subset of the particles being optimized.
Domino acts by dividing the particles being changed into subsets and optimizing the subsets independently. Each subset is represented using a Subset class. These classes, like the Assignment classes, simply store a constant list (in this case of particles). The list is stored in sorted order. Their interface is more or less that of a constant vector in C++ or a constant list in Python.
Public Member Functions | |
Subset (ParticlesTemp ps) | |
bool | get_contains (const Subset &o) const |
Model * | get_model () const |
std::string | get_name () const |
Public Member Functions inherited from IMP::ConstVector< IMP::WeakPointer< Particle >, Particle * > | |
ConstVector (unsigned int sz, IMP::WeakPointer< Particle >fill) | |
ConstVector (It b, It e) | |
ConstVector (const Vector &i) | |
IMP::WeakPointer< Particle > | operator[] (unsigned int i) const |
void | show (std::ostream &out=std::cout) const |
unsigned int | size () const |
|
explicit |