
Public Member Functions | |
| def | __disown__ |
| virtual DiscreteSet * | get_space (Particle *p) const |
| Get the sampling space of a single particle. | |
| virtual void | move2state (const CombState *cs) |
| virtual void | populate_states_of_particles (Particles *particles, Combinations *states) const |
| Fill states as encoded in the node for the input subset of particles. | |
| virtual void | show (std::ostream &out=std::cout) const |
| virtual void | show_space (Particle *p, std::ostream &out=std::cout) const |
| Show the sampling space of a single particle. | |
| virtual void IMP::domino::DiscreteSampler::move2state | ( | const CombState * | cs | ) | [virtual] |
Set the attributes of the particles in the combination to the states indicated in the combination
| virtual void IMP::domino::DiscreteSampler::populate_states_of_particles | ( | Particles * | particles, | |
| Combinations * | states | |||
| ) | const [virtual] |
Fill states as encoded in the node for the input subset of particles.
| [in] | particles | a set of particles for which combinations of states should be generated. |
| [in] | states | the dataset to be filled with states. |