12 #ifndef IMPCONTAINER_TRIPLET_CONTAINER_SET_H
13 #define IMPCONTAINER_TRIPLET_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 =
"TripletContainerSet %1%");
42 std::string name =
"TripletContainerSet %1%");
62 triplet_container, triplet_containers,
65 obj->set_was_used(
true);
84 IMPCONTAINER_END_NAMESPACE
void apply_generic(const M *m) const
apply modifier sm to all triplet containers
void apply(const TripletModifier *sm) const
Apply a SingletonModifier to the contents.
Various general useful functions for IMP.
A container for Triplets.
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
#define IMP_IMPLEMENT(signature)
virtual ParticleIndexTriplets get_range_indexes() const =0
Macros to define containers of objects.
Class for storing model, its restraints, constraints, and particles.
Stores a set of TripletContainers.
virtual ParticleIndexTriplets get_indexes() const =0
virtual ParticleIndexes get_all_possible_indexes() const =0
Get contained particles.
A base class for modifiers of ParticleTripletsTemp.
A shared container for Triplets.
virtual ModelObjectsTemp do_get_inputs() const =0
#define IMP_OVERRIDE
Cause a compile error if this method does not override a parent method.