Store a list of ParticleQuadsTemp.
- Note:
- The indexes can change when particles are inserted as the list is maintained in sorted order.
Public Member Functions |
|
| ListQuadContainer (const ParticleQuadsTemp &ps) |
| | ListQuadContainer (const ParticleQuadsTemp &ps, std::string name) |
| | construct and pass an initial set of Quads
|
|
| ListQuadContainer (Model *m, std::string name="ListQuadContainer %1%") |
|
| ListQuadContainer (Model *m, const char *name) |
|
| IMP_IMPLEMENT_QUAD_CONTAINER (ListQuadContainer) |
| virtual void | apply (const QuadModifier *sm) const =0 |
| | Apply a SingletonModifier to the contents.
|
| virtual void | apply (const QuadDerivativeModifier *sm, DerivativeAccumulator &da) const =0 |
| | Apply a SingletonModifier to the contents.
|
| virtual double | evaluate (const QuadScore *s, DerivativeAccumulator *da) const =0 |
| | Evaluate a score on the contents.
|
| virtual double | evaluate_if_good (const QuadScore *s, DerivativeAccumulator *da, double max) const =0 |
| | Evaluate a score on the contents.
|
| virtual bool | get_contains_particle_quad (const ParticleQuad &v) const =0 |
| virtual unsigned int | get_number_of_particle_quads () const |
| | return the number of Quads in the container
|
|
virtual ParticleQuad | get_particle_quad (unsigned int i) const |
|
ParticleQuadsTemp | get_particle_quads () const |
| virtual void | do_after_evaluate (DerivativeAccumulator *accpt) |
| | Reset changed status.
|
| virtual ParticlesTemp | get_all_possible_particles () const =0 |
| | Get contained particles.
|
| virtual ParticlesTemp | get_input_particles () const |
| | Return get_all_possible_particles()
|
| virtual bool | get_is_changed () const |
| virtual bool | get_is_decomposable () const |
| virtual ContainersTemp | get_output_containers () const |
| | Containers don't have output.
|
| virtual ParticlesTemp | get_output_particles () const |
| | Containers don't have output.
|
|
| Constraint (Model *m, std::string name="Constraint %1%") |
|
| ScoreState (Model *m, std::string name="ScoreState %1%") |
|
void | after_evaluate (DerivativeAccumulator *accpt) |
|
void | before_evaluate () |
|
virtual ContainersTemp | get_input_containers () const =0 |
|
| ModelObject (Model *m, std::string name) |
|
ModelObjectsTemp | get_inputs () const |
|
Model * | get_model () const |
|
ModelObjectsTemp | get_outputs () const |
|
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) |