libnabo  1.0.6
Public Member Functions | Public Attributes | List of all members
Nabo::KDTreeBalancedPtInLeavesStackOpenCL< T, CloudType >::Node Struct Reference

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

Detailed Description

template<typename T, typename CloudType = Eigen::Matrix<T, Eigen::Dynamic, Eigen::Dynamic>>
struct Nabo::KDTreeBalancedPtInLeavesStackOpenCL< T, CloudType >::Node

Tree node for CL.


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