libnabo  1.0.4
Public Member Functions | Public Attributes | List of all members
Nabo::KDTreeBalancedPtInNodesStackOpenCL< T >::Node Struct Reference

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
 

Detailed Description

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

Tree node for CL.


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