12 #ifndef IMPCONTAINER_QUAD_CONTAINER_SET_H
13 #define IMPCONTAINER_QUAD_CONTAINER_SET_H
15 #include <IMP/container/container_config.h>
18 #include <IMP/internal/container_helpers.h>
21 IMPCONTAINER_BEGIN_NAMESPACE
34 virtual std::size_t do_get_contents_hash()
const IMP_OVERRIDE;
39 std::string name =
"QuadContainerSet %1%");
42 std::string name =
"QuadContainerSet %1%");
62 quad_container, quad_containers,
65 obj->set_was_used(
true);
84 IMPCONTAINER_END_NAMESPACE
Various general useful functions for IMP.
void apply(const QuadModifier *sm) const
Apply a SingletonModifier to the contents.
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
#define IMP_IMPLEMENT(signature)
Stores a set of QuadContainers.
Macros to define containers of objects.
Class for storing model, its restraints, constraints, and particles.
void apply_generic(const M *m) const
apply modifier sm to all quad containers
A shared container for Quads.
virtual ParticleIndexes get_all_possible_indexes() const =0
Get contained particles.
virtual ParticleIndexQuads get_range_indexes() const =0
virtual ParticleIndexQuads get_indexes() const =0
A base class for modifiers of ParticleQuadsTemp.
virtual ModelObjectsTemp do_get_inputs() const =0
#define IMP_OVERRIDE
Cause a compile error if this method does not override a parent method.