libnabo 1.1.2
|
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 | |
const T * | pt |
pointer to first value of point data, 0 if end of bucket | |
Index | index |
index of point | |
entry in a bucket
|
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 |