8 #ifndef IMPCORE_CLOSE_PAIRS_FINDER_H
9 #define IMPCORE_CLOSE_PAIRS_FINDER_H
11 #include <IMP/core/core_config.h>
16 #include <IMP/kernel/internal/container_helpers.h>
19 IMPCORE_BEGIN_NAMESPACE
22 class MovedSingletonContainer;
44 IMPCORE_DEPRECATED_METHOD_DECL(2.1)
48 IMPCORE_DEPRECATED_METHOD_DECL(2.1)
68 virtual void set_distance(
double d) { distance_ = d; }
83 #if !defined(SWIG) && !defined(IMP_DOXYGEN)
87 virtual internal::MovedSingletonContainer *get_moved_singleton_container(
A base class for algorithms to find spatial proximities.
Import IMP/kernel/SingletonContainer.h in the namespace.
double get_distance(const Plane3D &pln, const Vector3D &p)
Return the distance between a plane and a point in 3D.
Import IMP/kernel/PairPredicate.h in the namespace.
Import IMP/kernel/model_object_helpers.h in the namespace.
Abstract predicate function.
IMP::base::Vector< IMP::base::Pointer< PairPredicate > > PairPredicates
Common base class for heavy weight IMP objects.
#define IMP_LIST(protection, Ucname, lcname, Data, PluralData)
A macro to provide a uniform interface for storing lists of objects.
A shared base class to help in debugging and things.
A shared container for Singletons.
Class for storing model, its restraints, constraints, and particles.