12 #ifndef IMPCORE_PAIR_CONSTRAINT_H
13 #define IMPCORE_PAIR_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<PairModifier,
35 PairDerivativeModifier>
41 IMPCORE_DEPRECATED_METHOD_DECL(2.1)
43 PairDerivativeModifier *after, const kernel::
ParticlePair& vt,
45 : IMP::kernel::internal::TupleConstraint<
48 IMPCORE_DEPRECATED_METHOD_DEF(2.1,
"Use the model/index constructor.");
54 std::string name =
"PairConstraint %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.
Import IMP/kernel/PairDerivativeModifier.h in the namespace.
Apply a PairFunction to a Pair.
A class to store an fixed array of same-typed values.
Import IMP/kernel/PairModifier.h in the namespace.
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
Implement a constraint on the Model.
A base class for modifiers of kernel::ParticlePairsTemp.
Class for storing model, its restraints, constraints, and particles.