libnabo
1.1.2
|
Tree node for CL. More...
#include <nabo_private.h>
Public Member Functions | |
Node (const int dim=-1, const T cutVal=0) | |
Build a tree node, with a given dimension and value to cut on, or, if leaf and dim <= -2, the index of the point as (-dim-2) | |
Public Attributes | |
int | dim |
dimension of the cut, or, if negative, index of the point: -1 == invalid, <= -2 = index of pt | |
T | cutVal |
value of the cut | |
Tree node for CL.