entry in a bucket More...
#include <nabo_private.h>
Public Member Functions | |
BucketEntry (const T *pt=0, const Index index=0) | |
create a new bucket entry for a point in the data More... | |
Public Attributes | |
Index | index |
index of point More... | |
const T * | pt |
pointer to first value of point data, 0 if end of bucket More... | |
entry in a bucket
Definition at line 158 of file nabo_private.h.
|
inline |
create a new bucket entry for a point in the data
pt | pointer to first component of the point, components must be continuous |
index | index of the point in the data |
Definition at line 167 of file nabo_private.h.
Index Nabo::KDTreeUnbalancedPtInLeavesImplicitBoundsStackOpt< T, Heap, CloudType >::BucketEntry::index |
index of point
Definition at line 161 of file nabo_private.h.
const T* Nabo::KDTreeUnbalancedPtInLeavesImplicitBoundsStackOpt< T, Heap, CloudType >::BucketEntry::pt |
pointer to first value of point data, 0 if end of bucket
Definition at line 160 of file nabo_private.h.