8 #ifndef IMPCONTAINER_CLOSE_BIPARTITE_PAIR_CONTAINER_H
9 #define IMPCONTAINER_CLOSE_BIPARTITE_PAIR_CONTAINER_H
11 #include <IMP/container/container_config.h>
13 #include "internal/CloseBipartitePairContainer.h"
14 #include <IMP/core/internal/MovedSingletonContainer.h>
21 IMPCONTAINER_BEGIN_NAMESPACE
34 #if defined(IMP_DOXYGEN) || defined(SWIG)
37 public IMP::container::internal::CloseBipartitePairContainer
40 typedef IMP::container::internal::CloseBipartitePairContainer P;
48 "CloseBipartitePairContainer%1%");
55 "CloseBipartitePairContainer%1%");
58 #if defined(IMP_DOXYGEN) || defined(SWIG)
70 obj->set_was_used(
true);
80 virtual std::size_t do_get_contents_hash()
const IMP_OVERRIDE;
85 IMPCONTAINER_END_NAMESPACE
virtual ParticleIndexPairs get_range_indexes() const =0
A shared container for Pairs.
A base class for algorithms to find spatial proximities.
A container for Singletons.
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
Return all spatially-proximals pairs of particles (a,b) from the two SingletonContainers A and B...
A more IMP-like version of the std::vector.
Macros to define containers of objects.
A base class for modifiers of ParticlePairsTemp.
Store a list of ParticleIndexPairs.
virtual ParticleIndexes get_all_possible_indexes() const =0
Get contained particles.
Abstract predicate function.
A base class for algorithms to detect proximities.
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.