13 #ifndef IMPCORE_TRIPLET_CONSTRAINT_H
14 #define IMPCORE_TRIPLET_CONSTRAINT_H
16 #include <IMP/core/core_config.h>
17 #include <IMP/internal/TupleConstraint.h>
21 IMPCORE_BEGIN_NAMESPACE
32 #if defined(IMP_DOXYGEN) || defined(SWIG)
35 public IMP::internal::TupleConstraint<TripletModifier,
36 TripletDerivativeModifier>
42 IMPCORE_DEPRECATED_METHOD_DECL(2.1)
46 : IMP::internal::TupleConstraint<
49 IMPCORE_DEPRECATED_METHOD_DEF(2.1,
"Use the model/index constructor.");
55 std::string name =
"TripletConstraint %1%")
56 : IMP::internal::TupleConstraint<
60 #if defined(IMP_DOXYGEN) || defined(SWIG)
62 void do_update_attributes();
A class to store an fixed array of same-typed values.
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
A more IMP-like version of the std::vector.
Implement a constraint on the Model.
Class for storing model, its restraints, constraints, and particles.
A Modifier on ParticleTripletsTemp.
Apply a TripletFunction to a Triplet.
A base class for modifiers of ParticleTripletsTemp.
A Modifier on ParticleTripletsTemp.
Class for adding derivatives from restraints to the model.