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>
20 IMPCORE_BEGIN_NAMESPACE
31 #if defined(IMP_DOXYGEN) || defined(SWIG)
34 public IMP::kernel::internal::TupleConstraint<QuadModifier,
35 QuadDerivativeModifier>
41 IMPCORE_DEPRECATED_METHOD_DECL(2.1)
43 QuadDerivativeModifier *after, const kernel::
ParticleQuad& vt,
45 : IMP::kernel::internal::TupleConstraint<
48 IMPCORE_DEPRECATED_METHOD_DEF(2.1,
"Use the model/index constructor.");
54 std::string name =
"QuadConstraint %1%")
55 : IMP::kernel::internal::TupleConstraint<
59 #if defined(IMP_DOXYGEN) || defined(SWIG)
61 void do_update_attributes();
Class for adding derivatives from restraints to the model.
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
Import IMP/kernel/QuadModifier.h in the namespace.
Apply a QuadFunction to a Quad.
Implement a constraint on the Model.
Import IMP/kernel/QuadDerivativeModifier.h in the namespace.
A base class for modifiers of kernel::ParticleQuadsTemp.
Class for storing model, its restraints, constraints, and particles.