11 #ifndef IMPCONTAINER_MINIMUM_QUAD_SCORE_H
12 #define IMPCONTAINER_MINIMUM_QUAD_SCORE_H
14 #include <IMP/container/container_config.h>
18 IMPCONTAINER_BEGIN_NAMESPACE
30 std::string name =
"QuadScore %1%");
45 IMPCONTAINER_END_NAMESPACE
Abstract class for scoring object(s) of type ParticleQuad.
Class for adding derivatives from restraints to the model.
virtual double evaluate_index(kernel::Model *m, const kernel::ParticleIndexQuad &vt, DerivativeAccumulator *da) const
Compute the score and the derivative if needed.
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
Import IMP/kernel/quad_macros.h in the namespace.
IMP::base::Vector< IMP::base::Pointer< Restraint > > Restraints
A class to store an fixed array of same-typed values.
Evaluate the min or max n particle_quad scores of the passed set.
virtual ModelObjectsTemp do_get_inputs(kernel::Model *m, const ParticleIndexes &pis) const
#define IMP_QUAD_SCORE_METHODS(Name)
virtual Restraints do_create_current_decomposition(kernel::Model *m, const kernel::ParticleIndexQuad &vt) const
Import IMP/kernel/QuadScore.h in the namespace.
#define IMP_OBJECTS(Name, PluralName)
Define the types for storing sets of objects.
IMP::base::Vector< IMP::base::Pointer< QuadScore > > QuadScores
IMP::base::Vector< IMP::base::WeakPointer< QuadScore > > QuadScoresTemp
#define IMP_OVERRIDE
Cause a compile error if this method does not override a parent method.
Class for storing model, its restraints, constraints, and particles.