#include <nanoflann.hpp>
Public Member Functions | |
| BranchStruct () | |
| BranchStruct (const T &aNode, DistanceType dist) | |
| bool | operator< (const BranchStruct< T, DistanceType > &rhs) const |
Public Attributes | |
| DistanceType | mindist |
| T | node |
This record represents a branch point when finding neighbors in the tree. It contains a record of the minimum distance to the query point, as well as the node at which the search resumes.
Definition at line 674 of file nanoflann.hpp.
|
inline |
Definition at line 679 of file nanoflann.hpp.
|
inline |
Definition at line 680 of file nanoflann.hpp.
|
inline |
Definition at line 682 of file nanoflann.hpp.
| DistanceType nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::BranchStruct< T, DistanceType >::mindist |
Definition at line 677 of file nanoflann.hpp.
| T nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::BranchStruct< T, DistanceType >::node |
Definition at line 676 of file nanoflann.hpp.