3Depict
|
Functor allowing for sorting of points in 3D. More...
#include <K3DTree.h>
Public Member Functions | |
AxisCompare () | |
void | setAxis (unsigned int Axis) |
bool | operator() (const Point3D &p1, const Point3D &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
AxisCompare::AxisCompare | ( | ) |
void AxisCompare::setAxis | ( | unsigned int | Axis | ) |