12 #ifndef IMPCONTAINER_LIST_SINGLETON_CONTAINER_H
13 #define IMPCONTAINER_LIST_SINGLETON_CONTAINER_H
15 #include <IMP/container/container_config.h>
17 #include <IMP/kernel/internal/InternalListSingletonContainer.h>
19 IMPCONTAINER_BEGIN_NAMESPACE
31 #if defined(IMP_DOXYGEN) || defined(SWIG)
34 public IMP::kernel::internal::InternalListSingletonContainer
37 typedef IMP::kernel::internal::InternalListSingletonContainer P;
41 std::string name =
"ListSingletonContainer%1%");
44 std::string name =
"ListSingletonContainer%1%");
46 void set_particles(
const ParticlesTemp &ps);
50 std::string name =
"ListSingletonContainer %1%");
55 void clear_particles();
60 void do_before_evaluate();
70 IMPCONTAINER_END_NAMESPACE
virtual ParticleIndexes get_all_possible_indexes() const =0
Get contained particles.
virtual ParticleIndexes get_indexes() const =0
A base class for modifiers of ParticlesTemp.
void add_particles(RMF::FileHandle fh, const kernel::ParticlesTemp &hs)
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
Class to handle individual model particles.
virtual ParticleIndexes 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
Various general useful macros for IMP.
void add_particle(RMF::FileHandle fh, kernel::Particle *hs)
A shared container for Singletons.
Class for storing model, its restraints, constraints, and particles.