|
FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
|
Adaptor for interfacing the nanoflann library. More...
#include <NanoflannAdaptor.hpp>
Public Types | |
| using | point3 = Eagle::point3 |
Public Member Functions | |
| NanoFlannPointCloudAdaptor (const std::vector< point3 > &points) | |
| size_t | kdtree_get_point_count () const |
| double | kdtree_get_pt (size_t idx, size_t dim) const |
| template<class BBOX > | |
| bool | kdtree_get_bbox (BBOX &) const |
Public Attributes | |
| const std::vector< point3 > & | pts |
Adaptor for interfacing the nanoflann library.