9 #ifndef IMPCORE_DISTANCE_RESTRAINT_H
10 #define IMPCORE_DISTANCE_RESTRAINT_H
12 #include <IMP/core/core_config.h>
21 IMPCORE_BEGIN_NAMESPACE
33 #if defined(SWIG) || defined(IMP_DOXYGEN)
36 public IMP::internal::TupleRestraint<DistancePairScore>
50 std::string name =
"DistanceRestraint %1%");
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
Distance restraint between two particles.
A more IMP-like version of the std::vector.
Class for storing model, its restraints, constraints, and particles.
A Score on the distance between a pair of particles.
Abstract base class for all restraints.
Abstract single variable functor class for score functions.
virtual ModelObjectsTemp do_get_inputs() const =0
Class for adding derivatives from restraints to the model.
A restraint is a term in an IMP ScoringFunction.
Various important functionality for implementing decorators.