9 #ifndef IMPCORE_MINIMUM_RESTRAINT_H
10 #define IMPCORE_MINIMUM_RESTRAINT_H
12 #include <IMP/core/core_config.h>
18 IMPCORE_BEGIN_NAMESPACE
31 std::string name =
"MinimumRestraint %1%");
Class for adding derivatives from restraints to the model.
Score based on the minimum scoring members of a set of restraints.
IMP::base::Vector< IMP::base::Pointer< Restraint > > Restraints
Import IMP/kernel/macros.h in the namespace.
virtual void clear_caches()
Abstract base class for all restraints.
A restraint is a term in an IMP ScoringFunction.
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
Storage of a model, its restraints, constraints and particles.
virtual ModelObjectsTemp do_get_inputs() const =0
Import IMP/kernel/generic.h in the namespace.