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 | |
Public Attributes | |
Index | index |
index of point | |
const T * | pt |
pointer to first value of point data, 0 if end of bucket |
entry in a bucket
Definition at line 162 of file nabo_private.h.
Nabo::KDTreeUnbalancedPtInLeavesImplicitBoundsStackOpt< T, Heap, CloudType >::BucketEntry::BucketEntry | ( | const T * | pt = 0 , |
const Index | index = 0 |
||
) | [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 171 of file nabo_private.h.
Index Nabo::KDTreeUnbalancedPtInLeavesImplicitBoundsStackOpt< T, Heap, CloudType >::BucketEntry::index |
index of point
Definition at line 165 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 164 of file nabo_private.h.