Cortex
10.0.0-a4
|
The Neighbour class is used to return information from the KDTree::nearestNNeighbours() query. More...
#include <KDTree.h>
Public Member Functions | |
Neighbour (Iterator p, BaseType d2) | |
bool | operator< (const Neighbour &other) const |
Public Attributes | |
Iterator | point |
BaseType | distSquared |
The Neighbour class is used to return information from the KDTree::nearestNNeighbours() query.