11 #ifndef IMPCONTAINER_CLOSE_BIPARTITE_PAIR_CONTAINER_H
12 #define IMPCONTAINER_CLOSE_BIPARTITE_PAIR_CONTAINER_H
14 #include <IMP/container/container_config.h>
16 #include <IMP/core/internal/CoreCloseBipartitePairContainer.h>
17 #include <IMP/core/internal/MovedSingletonContainer.h>
24 IMPCONTAINER_BEGIN_NAMESPACE
37 #if defined(IMP_DOXYGEN) || defined(SWIG)
40 public IMP::core::internal::CoreCloseBipartitePairContainer
43 typedef IMP::core::internal::CoreCloseBipartitePairContainer P;
48 SingletonContainerAdaptor b,
double distance,
51 "CloseBipartitePairContainer%1%");
55 SingletonContainerAdaptor b,
double distance,
58 "CloseBipartitePairContainer%1%");
61 #if defined(IMP_DOXYGEN) || defined(SWIG)
73 obj->set_was_used(
true);
83 virtual std::size_t do_get_contents_hash()
const IMP_OVERRIDE;
88 IMPCONTAINER_END_NAMESPACE
virtual ParticleIndexes get_all_possible_indexes() const =0
Get contained particles.
A base class for algorithms to find spatial proximities.
Import IMP/kernel/SingletonContainer.h in the namespace.
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
virtual kernel::ParticleIndexPairs get_indexes() const =0
A shared container for Pairs.
Return all close ordered pairs of particles taken from the two SingletonContainers.
Import IMP/kernel/PairContainer.h in the namespace.
Import IMP/kernel/PairPredicate.h in the namespace.
virtual kernel::ParticleIndexPairs get_range_indexes() const =0
Store a list of kernel::ParticlePairsTemp.
Abstract predicate function.
IMP::base::Vector< IMP::base::Pointer< PairPredicate > > PairPredicates
virtual ModelObjectsTemp do_get_inputs() const =0
A base class for algorithms to detect proximities.
Macros to define containers of objects.
A base class for modifiers of kernel::ParticlePairsTemp.
#define IMP_OVERRIDE
Cause a compile error if this method does not override a parent method.