CluE
1.0
|
Calculates the (minimum) distance between a point and a set of points. More...
#include <pointsetdistance.h>
Public Member Functions | |
PointSetDistance (DissimilarityMeasure< T > const &measure, std::set< T * > const &pointSet) | |
bool | operator() (T const *const &obj1, T const *const &obj2) |
Private Attributes | |
DissimilarityMeasure< T > const & | measure |
std::set< T * > const & | pointSet |
Calculates the (minimum) distance between a point and a set of points.
Definition at line 14 of file pointsetdistance.h.
|
inline |
Definition at line 17 of file pointsetdistance.h.
bool CluE::PointSetDistance< T >::operator() | ( | T const *const & | obj1, |
T const *const & | obj2 | ||
) |
Definition at line 30 of file pointsetdistance.h.
|
private |
Definition at line 26 of file pointsetdistance.h.
|
private |
Definition at line 27 of file pointsetdistance.h.