12 #ifndef IMPCONTAINER_DYNAMIC_LIST_PAIR_CONTAINER_H
13 #define IMPCONTAINER_DYNAMIC_LIST_PAIR_CONTAINER_H
15 #include <IMP/container/container_config.h>
17 #include <IMP/kernel/internal/DynamicListContainer.h>
19 IMPCONTAINER_BEGIN_NAMESPACE
28 #if defined(IMP_DOXYGEN) || defined(SWIG)
31 public IMP::kernel::internal::DynamicListContainer<
32 kernel::PairContainer>
35 typedef IMP::kernel::internal::DynamicListContainer<
47 "ListPairContainer %1%");
58 void clear_particle_pairs();
72 IMPCONTAINER_END_NAMESPACE
Various general useful macros for IMP.
virtual ParticleIndexes get_all_possible_indexes() const =0
Get contained particles.
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
virtual kernel::ParticleIndexPairs get_indexes() const =0
A shared container for Pairs.
A class to store an fixed array of same-typed values.
Abstract class for containers of particles.
virtual kernel::ParticleIndexPairs get_range_indexes() const =0
#define IMP_OBJECTS(Name, PluralName)
Define the types for storing sets of objects.
virtual ModelObjectsTemp do_get_inputs() const =0
Store a kernel::ParticleIndexPairs.
A base class for modifiers of kernel::ParticlePairsTemp.