12 #ifndef IMPCORE_TRIPLET_CONSTRAINT_H
13 #define IMPCORE_TRIPLET_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<TripletModifier,
35 TripletDerivativeModifier>
41 IMPCORE_DEPRECATED_METHOD_DECL(2.1)
45 : IMP::kernel::internal::TupleConstraint<
48 IMPCORE_DEPRECATED_METHOD_DEF(2.1,
"Use the model/index constructor.");
54 std::string name =
"TripletConstraint %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.
A base class for modifiers of kernel::ParticleTripletsTemp.
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
A class to store an fixed array of same-typed values.
Import IMP/kernel/TripletDerivativeModifier.h in the namespace.
Apply a TripletFunction to a Triplet.
Implement a constraint on the Model.
Import IMP/kernel/TripletModifier.h in the namespace.
Class for storing model, its restraints, constraints, and particles.