Public Member Functions | |
HeapNode () | |
No-init constructor. | |
HeapNode (int nodeIndex_, T *data_) | |
Initializes the members from the parameters. | |
T & | getSE () |
Returns reference to the SE of the nearest point to this node's bounding box. | |
T | getSE () const |
Returns the SE of the nearest point to this node's bounding box. | |
T * | getNearest () |
Returns pointer to the nearest point to this node's bounding box. | |
Public Attributes | |
int | nodeIndex |
Index of the node in kd. | |
T * | data |
Stores the SE and the coordinates of the nearest point (to this node's bounding box). |
Definition at line 146 of file kdTree.h.