#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 704 of file nanoflann.hpp.
| 
 | inline | 
Definition at line 709 of file nanoflann.hpp.
| 
 | inline | 
Definition at line 710 of file nanoflann.hpp.
| 
 | inline | 
Definition at line 712 of file nanoflann.hpp.
| DistanceType nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::BranchStruct< T, DistanceType >::mindist | 
Definition at line 707 of file nanoflann.hpp.
| T nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::BranchStruct< T, DistanceType >::node | 
Definition at line 706 of file nanoflann.hpp.