12 #ifndef IMPCONTAINER_IN_CONTAINER_QUAD_FILTER_H
13 #define IMPCONTAINER_IN_CONTAINER_QUAD_FILTER_H
15 #include <IMP/container/container_config.h>
18 #include <IMP/internal/container_helpers.h>
19 #include "internal/QuadContainerIndex.h"
24 IMPCONTAINER_BEGIN_NAMESPACE
38 std::string name =
"QuadFilter %1%");
40 std::string name =
"QuadFilter %1%");
44 return c_->get_contains(vt);
58 IMPCONTAINER_END_NAMESPACE
Various general useful macros for IMP.
Abstract predicate function.
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
A filter which returns true if a container containers the Quad.
virtual int get_value_index(Model *, const ParticleIndexQuad &vt) const
Compute the predicate and the derivative if needed.
Macros for various classes.
ParticlesTemp get_particles(Model *m, const ParticleIndexes &ps)
A more IMP-like version of the std::vector.
Class for storing model, its restraints, constraints, and particles.
Various general useful macros for IMP.
A shared container for Quads.
#define IMP_OBJECTS(Name, PluralName)
Define the types for storing lists of object pointers.
#define IMP_QUAD_PREDICATE_METHODS(Name)
Define extra the functions needed for a QuadPredicate.
virtual ModelObjectsTemp do_get_inputs(Model *m, const ParticleIndexes &pi) const
Overload this method to specify the inputs.
#define IMP_OVERRIDE
Cause a compile error if this method does not override a parent method.