Store the association between particles and the classes which manage their states. I'm not a huge fan of having this class, but I haven't thought of a better way to store the information that is easily exposed to python and gets to all the right places. It is initialized internally in the DominoSampler.
Examples: restraint cache, custom filter, merge tree, six particles optimization, interactive with containers, multiscale, rigid body excluded volume, interactive, domino approach
Inheritance diagram for IMP::domino::ParticleStatesTable:Public Member Functions | |
| bool | get_has_particle (Particle *p) const |
| ParticleStates * | get_particle_states (Particle *p) const |
| ParticlesTemp | get_particles () const |
| Subset | get_subset () const |
| Return the subset corresponding to all the particles. | |
| void | set_particle_states (Particle *p, ParticleStates *e) |
Public Member Functions inherited from IMP::base::Object | |
| std::size_t | __hash__ () const |
| virtual std::string | get_type_name () const =0 |
| Return a string identifying the type of the object. | |
| virtual IMP::base::VersionInfo | get_version_info () const =0 |
| Get information about the module and version of the object. | |
| void | set_check_level (CheckLevel l) |
| void | set_log_level (LogLevel l) |
| Set the logging level used in this object. | |
| void | set_was_used (bool tf) const |
| void | show (std::ostream &out=std::cout) const |
| const std::string & | get_name () const |
| void | set_name (std::string name) |
Static Public Member Functions | |
| static ParticleStatesTable * | get_from (IMP::base::Object *o) |
Additional Inherited Members | |
Protected Member Functions inherited from IMP::base::Object | |
| Object (std::string name) | |
| Subset IMP::domino::ParticleStatesTable::get_subset | ( | ) | const |
Return the subset corresponding to all the particles.
| void IMP::domino::ParticleStatesTable::set_particle_states | ( | Particle * | p, |
| ParticleStates * | e | ||
| ) |
One can set the states more than once. If you do that, be careful.