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