13 #ifndef IMPCORE_QUAD_RESTRAINT_H
14 #define IMPCORE_QUAD_RESTRAINT_H
16 #include <IMP/core/core_config.h>
18 #include <IMP/internal/TupleRestraint.h>
23 IMPCORE_BEGIN_NAMESPACE
30 #if defined(SWIG) || defined(IMP_DOXYGEN)
33 public IMP::internal::TupleRestraint<QuadScore>
42 std::string name =
"QuadRestraint %1%")
43 : IMP::internal::TupleRestraint<
QuadScore>(ss, m, vt, name) {
46 #if defined(SWIG) || defined(IMP_DOXYGEN)
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
QuadRestraint(Model *m, QuadScore *ss, const ParticleIndexQuad &vt, std::string name="QuadRestraint %1%")
Create the restraint.
A more IMP-like version of the std::vector.
Class for storing model, its restraints, constraints, and particles.
Abstract class for scoring object(s) of type ParticleIndexQuad.
Applies a QuadScore to a Quad.
Class for adding derivatives from restraints to the model.
A restraint is a term in an IMP ScoringFunction.