#include <KDTreeFlann.hpp>
|
using | my_kd_tree_t = nanoflann::KDTreeSingleIndexAdaptor< nanoflann::L2_Simple_Adaptor< Real, PointCloud< Real > >, PointCloud< Real >, N_dim > |
|
◆ my_kd_tree_t
◆ KDTreeFlann()
◆ ~KDTreeFlann()
◆ BuildFromIterator()
template<int N_dim>
auto& algo::KDTreeFlann< N_dim >::BuildFromIterator |
( |
auto |
itbegion, |
|
|
auto |
itend, |
|
|
const size_t |
maxleaf = 10 |
|
) |
| |
|
inline |
◆ Search()
◆ cloud
◆ dist
◆ indices
◆ ptr_index
◆ ret_matches
The documentation for this class was generated from the following file: