8 #ifndef IMPCONTAINER_ALL_PAIR_CONTAINER_H
9 #define IMPCONTAINER_ALL_PAIR_CONTAINER_H
11 #include <IMP/container/container_config.h>
18 IMPCONTAINER_BEGIN_NAMESPACE
28 virtual std::size_t do_get_contents_hash()
const IMP_OVERRIDE {
29 return c_->get_contents_hash();
37 for (
unsigned int i = 0; i < pis.size(); ++i) {
38 for (
unsigned int j = 0; j < i; ++j) {
45 std::string name =
"AllPairContainer%1%");
56 IMPCONTAINER_END_NAMESPACE
virtual ParticleIndexPairs get_range_indexes() const =0
A shared container for Pairs.
Macros for various classes.
A container for Singletons.
void apply_generic(const PairModifier *m) const
Just use apply() in the base class.
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
Return all unordered pairs of particles taken from the SingletonContainer.
#define IMP_PAIR_CONTAINER_METHODS(Name)
A smart pointer to a ref-counted Object that is a class member.
Store a list of ParticleIndexPairs.
#define IMP_OBJECTS(Name, PluralName)
Define the types for storing lists of object pointers.
A nullptr-initialized pointer to an IMP Object.
virtual ParticleIndexes get_all_possible_indexes() const =0
Get contained particles.
virtual ParticleIndexPairs get_indexes() const =0
virtual ModelObjectsTemp do_get_inputs() const =0
#define IMP_OVERRIDE
Cause a compile error if this method does not override a parent method.
Various important functionality for implementing decorators.