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>
21 IMPCORE_BEGIN_NAMESPACE
32 #if defined(IMP_DOXYGEN) || defined(SWIG)
35 public IMP::kernel::internal::TupleConstraint<TripletModifier,
36 TripletDerivativeModifier>
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 ParticleIndexTriplet& vt,
55 std::string name =
"TripletConstraint %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.
A base class for modifiers of ParticleTripletsTemp.
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.
#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/TripletModifier.h in the namespace.
Class for storing model, its restraints, constraints, and particles.