12 #ifndef IMPCORE_SINGLETON_CONSTRAINT_H
13 #define IMPCORE_SINGLETON_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<SingletonModifier,
35 SingletonDerivativeModifier>
41 IMPCORE_DEPRECATED_METHOD_DECL(2.1)
43 SingletonDerivativeModifier *after, kernel::
Particle* vt,
45 : IMP::kernel::internal::TupleConstraint<
48 IMPCORE_DEPRECATED_METHOD_DEF(2.1,
"Use the model/index constructor.");
54 std::string name =
"SingletonConstraint %1%")
55 : IMP::kernel::internal::TupleConstraint<
59 #if defined(IMP_DOXYGEN) || defined(SWIG)
61 void do_update_attributes();
Import IMP/kernel/SingletonModifier.h in the namespace.
Class for adding derivatives from restraints to the model.
Apply a SingletonFunction to a Singleton.
A base class for modifiers of kernel::ParticlesTemp.
Import IMP/kernel/SingletonDerivativeModifier.h in the namespace.
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
Class to handle individual model particles.
Implement a constraint on the Model.
Class for storing model, its restraints, constraints, and particles.