13 #ifndef IMPCONTAINER_QUADS_CONSTRAINT_H
14 #define IMPCONTAINER_QUADS_CONSTRAINT_H
16 #include <IMP/container/container_config.h>
21 #include <IMP/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::internal::ContainerConstraint<
44 QuadModifier, QuadModifier, QuadContainer>
47 typedef IMP::internal::ContainerConstraint<
60 std::string name =
"QuadsConstraint %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.
#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.
A Modifier on ParticleQuadsTemp.
A shared container for Quads.
A base class for constraints.
QuadsConstraint(QuadModifier *before, QuadModifier *after, QuadContainerAdaptor c, std::string name="QuadsConstraint %1%")
#define IMP_OBJECTS(Name, PluralName)
Define the types for storing lists of object pointers.
Apply a QuadFunction to a QuadContainer to maintain an invariant.
A base class for modifiers of ParticleQuadsTemp.
Class for adding derivatives from restraints to the model.