IMP
2.0.0
The Integrative Modeling Platform
|
#include <IMP/domino/particle_states.h>
Public Member Functions | |
virtual void | do_show (std::ostream &out) const |
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 | |
virtual void | clear_caches () |
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. More... | |
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) |
Related Functions | |
(Note that these are not member functions.) | |
typedef IMP::base::Vector < IMP::base::WeakPointer < ParticleStatesTable > > | ParticleStatesTablesTemp |
Related Functions inherited from IMP::base::Object | |
typedef IMP::base::Vector < IMP::base::WeakPointer < Object > > | ObjectsTemp |
Additional Inherited Members | |
Protected Member Functions inherited from IMP::base::Object | |
Object (std::string name) | |
Construct an object with the given name. More... | |
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.
Definition at line 72 of file particle_states.h.
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.
Definition at line 105 of file particle_states.h.
|
related |
Pass a set of objects.
Definition at line 114 of file particle_states.h.