#include <nanoflann_adaptors.h>
Public Member Functions | |
const Derived & | derived () const |
CRTP helper method. More... | |
template<class BBOX > | |
bool | kdtree_get_bbox (BBOX &) const |
size_t | kdtree_get_point_count () const |
double | kdtree_get_pt (const size_t idx, const size_t dim) const |
VertexVectorPoseNanoFlannAdaptor (const Derived &obj_) | |
The constructor that sets the data set source. More... | |
Public Attributes | |
const Derived & | obj |
A const ref to the data set origin. More... | |
Definition at line 24 of file nanoflann_adaptors.h.
|
inline |
The constructor that sets the data set source.
Definition at line 29 of file nanoflann_adaptors.h.
|
inline |
CRTP helper method.
Definition at line 32 of file nanoflann_adaptors.h.
|
inline |
Definition at line 50 of file nanoflann_adaptors.h.
|
inline |
Definition at line 35 of file nanoflann_adaptors.h.
|
inline |
Definition at line 40 of file nanoflann_adaptors.h.
const Derived& VertexVectorPoseNanoFlannAdaptor< Derived >::obj |
A const ref to the data set origin.
Definition at line 26 of file nanoflann_adaptors.h.