11 #ifndef IMPCONTAINER_MINIMUM_PAIR_SCORE_H
12 #define IMPCONTAINER_MINIMUM_PAIR_SCORE_H
14 #include <IMP/container/container_config.h>
18 IMPCONTAINER_BEGIN_NAMESPACE
30 std::string name =
"PairScore %1%");
45 IMPCONTAINER_END_NAMESPACE
IMP::base::Vector< IMP::base::WeakPointer< PairScore > > PairScoresTemp
Class for adding derivatives from restraints to the model.
Import IMP/kernel/pair_macros.h in the namespace.
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
IMP::base::Vector< IMP::base::Pointer< Restraint > > Restraints
#define IMP_PAIR_SCORE_METHODS(Name)
virtual double evaluate_index(kernel::Model *m, const kernel::ParticleIndexPair &vt, DerivativeAccumulator *da) const
Compute the score and the derivative if needed.
A class to store an fixed array of same-typed values.
Abstract class for scoring object(s) of type ParticlePair.
virtual ModelObjectsTemp do_get_inputs(kernel::Model *m, const ParticleIndexes &pis) const
Import IMP/kernel/PairScore.h in the namespace.
virtual Restraints do_create_current_decomposition(kernel::Model *m, const kernel::ParticleIndexPair &vt) const
Evaluate the min or max n particle_pair scores of the passed set.
IMP::base::Vector< IMP::base::Pointer< PairScore > > PairScores
#define IMP_OBJECTS(Name, PluralName)
Define the types for storing sets of objects.
#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.