libnabo 1.0.1
Public Member Functions | Public Attributes
Nabo::KDTreeBalancedPtInLeavesStackOpenCL< T >::Node Struct Reference

Tree node for CL. More...

#include <nabo_private.h>

List of all members.

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
cutVal
 value of the cut

Detailed Description

template<typename T>
struct Nabo::KDTreeBalancedPtInLeavesStackOpenCL< T >::Node

Tree node for CL.


The documentation for this struct was generated from the following file: