3Depict
|
Functor allowing for sorting of points in 3D. More...
#include <K3DTree-mk2.h>
Public Member Functions | |
void | setAxis (unsigned int Axis) |
bool | operator() (const std::pair< Point3D, size_t > &p1, const std::pair< Point3D, size_t > &p2) const |
Functor allowing for sorting of points in 3D.
Used by KD Tree to sort points based around which splitting axis is being used once the axis is set, points will be ranked based upon their relative value in that axis only
|
inline |
|
inline |