entry in a bucket
More...
#include <nabo_private.h>
|
const T * | pt |
| pointer to first value of point data, 0 if end of bucket
|
|
Index | index |
| index of point
|
|
template<typename T, typename Heap, typename CloudType = Eigen::Matrix<T, Eigen::Dynamic, Eigen::Dynamic>>
struct Nabo::KDTreeUnbalancedPtInLeavesImplicitBoundsStackOpt< T, Heap, CloudType >::BucketEntry
entry in a bucket
◆ BucketEntry()
template<typename T , typename Heap , typename CloudType = Eigen::Matrix<T, Eigen::Dynamic, Eigen::Dynamic>>
create a new bucket entry for a point in the data
- Parameters
-
pt | pointer to first component of the point, components must be continuous |
index | index of the point in the data |
The documentation for this struct was generated from the following file: