12 #ifndef IMPCONTAINER_DYNAMIC_LIST_QUAD_CONTAINER_H
13 #define IMPCONTAINER_DYNAMIC_LIST_QUAD_CONTAINER_H
15 #include <IMP/container/container_config.h>
17 #include <IMP/kernel/internal/InternalDynamicListQuadContainer.h>
19 IMPCONTAINER_BEGIN_NAMESPACE
28 #if defined(IMP_DOXYGEN) || defined(SWIG)
31 public IMP::kernel::internal::InternalDynamicListQuadContainer
34 typedef IMP::kernel::internal::InternalDynamicListQuadContainer P;
38 "ListQuadContainer %1%");
49 void clear_particle_quads();
54 void do_before_evaluate();
64 IMPCONTAINER_END_NAMESPACE
virtual ParticleIndexes get_all_possible_indexes() const =0
Get contained particles.
A shared container for Quads.
virtual ParticleIndexQuads get_indexes() const =0
virtual ParticleIndexQuads get_range_indexes() const =0
Store a ParticleIndexQuads.
Abstract class for containers of particles.
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
#define IMP_OBJECTS(Name, PluralName)
Define the types for storing sets of objects.
virtual ModelObjectsTemp do_get_inputs() const =0
Various general useful macros for IMP.
A base class for modifiers of ParticleQuadsTemp.