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

Point during kd-tree construction. More...

#include <nabo_private.h>

Public Member Functions

 BuildPoint (const Vector &pos=Vector(), const size_t index=0)
 Construct a build point, at a given pos with a specific index.
 

Public Attributes

Vector pos
 point
 
size_t index
 index of point in cloud
 

Detailed Description

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

Point during kd-tree construction.


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