12 #ifndef IMPCONTAINER_LIST_TRIPLET_CONTAINER_H
13 #define IMPCONTAINER_LIST_TRIPLET_CONTAINER_H
15 #include <IMP/container/container_config.h>
17 #include <IMP/kernel/internal/StaticListContainer.h>
22 IMPCONTAINER_BEGIN_NAMESPACE
34 #if defined(IMP_DOXYGEN) || defined(SWIG)
37 public IMP::kernel::internal::StaticListContainer<
38 kernel::TripletContainer>
41 typedef IMP::kernel::internal::StaticListContainer<kernel::TripletContainer>
46 std::string name =
"ListTripletContainer%1%");
49 std::string name =
"ListTripletContainer%1%");
55 std::string name =
"ListTripletContainer %1%");
60 void clear_particle_triplets();
70 std::size_t do_get_contents_hash()
const;
77 IMPCONTAINER_END_NAMESPACE
Various general useful macros for IMP.
A shared container for Triplets.
virtual ParticleIndexes get_all_possible_indexes() const =0
Get contained particles.
A base class for modifiers of kernel::ParticleTripletsTemp.
Store a kernel::ParticleIndexTriplets.
A Modifier on kernel::ParticleTripletsTemp.
virtual kernel::ParticleIndexTriplets get_indexes() const =0
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
A container for Triplets.
virtual kernel::ParticleIndexTriplets get_range_indexes() const =0
A class to store an fixed array of same-typed values.
#define IMP_OBJECTS(Name, PluralName)
Define the types for storing sets of objects.
virtual ModelObjectsTemp do_get_inputs() const =0
Class for storing model, its restraints, constraints, and particles.