12 #ifndef IMPCORE_QUAD_CONSTRAINT_H
13 #define IMPCORE_QUAD_CONSTRAINT_H
15 #include <IMP/core/core_config.h>
16 #include <IMP/kernel/internal/TupleConstraint.h>
21 IMPCORE_BEGIN_NAMESPACE
32 #if defined(IMP_DOXYGEN) || defined(SWIG)
35 public IMP::kernel::internal::TupleConstraint<QuadModifier,
36 QuadDerivativeModifier>
42 IMPCORE_DEPRECATED_METHOD_DECL(2.1)
46 : IMP::kernel::internal::TupleConstraint<
49 IMPCORE_DEPRECATED_METHOD_DEF(2.1,
"Use the model/index constructor.");
54 const ParticleIndexQuad& vt,
55 std::string name =
"QuadConstraint %1%")
56 : IMP::kernel::internal::TupleConstraint<
61 #if defined(IMP_DOXYGEN) || defined(SWIG)
63 void do_update_attributes();
Class for adding derivatives from restraints to the model.
Import IMP/kernel/QuadModifier.h in the namespace.
Apply a QuadFunction to a Quad.
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
Import IMP/kernel/score_state_macros.h in the namespace.
Implement a constraint on the Model.
Import IMP/kernel/QuadDerivativeModifier.h in the namespace.
A base class for modifiers of ParticleQuadsTemp.
Class for storing model, its restraints, constraints, and particles.