12 #ifndef IMPCONTAINER_MINIMUM_QUAD_RESTRAINT_H
13 #define IMPCONTAINER_MINIMUM_QUAD_RESTRAINT_H
15 #include <IMP/container/container_config.h>
20 IMPCONTAINER_BEGIN_NAMESPACE
38 std::string name =
"MinimumQuadRestraint %1%");
48 void set_n(
unsigned int n) { n_ = n; }
56 IMPCONTAINER_END_NAMESPACE
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
A more IMP-like version of the std::vector.
void set_n(unsigned int n)
Set the number of lowest scores to use.
Score based on the min or max QuadScore over a set.
Abstract class for scoring object(s) of type ParticleIndexQuad.
virtual Restraints do_create_current_decomposition() const
A smart pointer to a ref-counted Object that is a class member.
Abstract base class for all restraints.
virtual ModelObjectsTemp do_get_inputs() const =0
#define IMP_OVERRIDE
Cause a compile error if this method does not override a parent method.
Class for adding derivatives from restraints to the model.
A restraint is a term in an IMP ScoringFunction.