13 #ifndef IMPCONTAINER_QUADS_CONSTRAINT_H
14 #define IMPCONTAINER_QUADS_CONSTRAINT_H
16 #include <IMP/container/container_config.h>
21 #include <IMP/kernel/internal/ContainerConstraint.h>
23 IMPKERNEL_BEGIN_NAMESPACE
27 IMPKERNEL_END_NAMESPACE
29 IMPCONTAINER_BEGIN_NAMESPACE
40 #if defined(SWIG) || defined(IMP_DOXYGEN)
43 public IMP::kernel::internal::ContainerConstraint<
44 QuadModifier, QuadModifier, QuadContainer>
47 typedef IMP::kernel::internal::ContainerConstraint<
59 QuadContainerAdaptor c,
60 std::string name =
"QuadConstraint %1%")
61 : P(before, after, c, name) {}
62 #if defined(IMP_DOXYGEN) || defined(SWIG)
64 void do_update_attributes();
74 IMPCONTAINER_END_NAMESPACE
Various general useful macros for IMP.
Class for adding derivatives from restraints to the model.
A shared container for Quads.
IMP::kernel::QuadContainer QuadContainer
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
Import IMP/kernel/QuadContainer.h in the namespace.
IMP::kernel::QuadModifier QuadModifier
Import IMP/kernel/QuadModifier.h in the namespace.
Import IMP/kernel/Constraint.h in the namespace.
#define IMP_OBJECTS(Name, PluralName)
Define the types for storing sets of objects.
Apply a QuadFunction to a QuadContainer to maintain an invariant.
QuadsConstraint(QuadModifier *before, QuadModifier *after, QuadContainerAdaptor c, std::string name="QuadConstraint %1%")
Implement a constraint on the Model.
A base class for modifiers of kernel::ParticleQuadsTemp.