Public Member Functions | |
void | apply (const SingletonModifier *sm, DerivativeAccumulator &da) |
void | apply (const SingletonModifier *sm) |
double | evaluate (const SingletonScore *s, DerivativeAccumulator *da) const |
double | evaluate_change (const SingletonScore *s, DerivativeAccumulator *da) const |
double | evaluate_prechange (const SingletonScore *s, DerivativeAccumulator *da) const |
ParticlesTemp | get_contained_particles () const |
bool | get_contained_particles_changed () const |
bool | get_contains_particle (Particle *p) const |
ContainersTemp | get_input_containers () const |
unsigned int | get_number_of_particles () const |
Particle * | get_particle (unsigned int i) const |
virtual std::string | get_type_name () const |
virtual ::IMP::VersionInfo | get_version_info () const |
ListSingletonContainer (const char *name) | |
ListSingletonContainer (std::string name="ListSingletonContainer %1%") | |
ListSingletonContainer (const Particles &ps, std::string name="ListSingletonContainer %1%") | |
construct and pass an initial set of particles | |
Methods to control the contained objects | |
void | add_particle (Particle *vt) |
void | add_particles (const ParticlesTemp &c) |
void | clear_particles () |
void | set_particles (ParticlesTemp c) |
Friends | |
template<class T > | |
void | IMP::internal::unref (T *) |