|
PointSampler library (C++)
|
#include <nanoflann_adaptator.hpp>
Public Member Functions | |
| PointCloudAdaptor (const std::vector< Point< T, N > > &points) | |
| size_t | kdtree_get_point_count () const |
| T | kdtree_get_pt (const size_t idx, const size_t dim) const |
| template<class BBOX > | |
| bool | kdtree_get_bbox (BBOX &) const |
Public Attributes | |
| const std::vector< Point< T, N > > & | pts |
|
inline |
|
inline |
|
inline |