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