|
|
| KNN (const std::vector< Vector3d > &pts) |
| |
|
void | nearest_neighbor (const Vector3d &query_point, uint32_t &nearest_point_index, double &sq_dist) const |
| |
|
void | nearest_neighbors (const Vector3d &query_point, std::vector< uint32_t > &nearest_point_indices, std::vector< double > &sq_dist) const |
| |
|
const Vector3d & | point (const uint32_t &index) const |
| |
|
|
using | my_kd_tree_t = nanoflann::KDTreeSingleIndexAdaptor< nanoflann::L2_Simple_Adaptor< double, PointCloud >, PointCloud, 3 > |
| |
|
|
PointCloud | point_cloud |
| |
|
std::unique_ptr< my_kd_tree_t > | m_kd_tree |
| |
The documentation for this class was generated from the following files:
- /home/runner/work/wildmeshing-toolkit/wildmeshing-toolkit/src/wmtk/envelope/KNN.hpp
- /home/runner/work/wildmeshing-toolkit/wildmeshing-toolkit/src/wmtk/envelope/KNN.cpp