libnabo  1.0.6
Public Member Functions | Public Attributes | List of all members
Nabo::KDTreeBalancedPtInNodesStackOpenCL< T, CloudType >::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, typename CloudType = Eigen::Matrix<T, Eigen::Dynamic, Eigen::Dynamic>>
struct Nabo::KDTreeBalancedPtInNodesStackOpenCL< T, CloudType >::Node

Tree node for CL.


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