#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 809 of file nanoflann.hpp.
| nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::BranchStruct< T, DistanceType >::BranchStruct | ( | ) | [inline] |
Definition at line 814 of file nanoflann.hpp.
| nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::BranchStruct< T, DistanceType >::BranchStruct | ( | const T & | aNode, |
| DistanceType | dist | ||
| ) | [inline] |
Definition at line 815 of file nanoflann.hpp.
| bool nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::BranchStruct< T, DistanceType >::operator< | ( | const BranchStruct< T, DistanceType > & | rhs | ) | const [inline] |
Definition at line 817 of file nanoflann.hpp.
| DistanceType nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::BranchStruct< T, DistanceType >::mindist |
Definition at line 812 of file nanoflann.hpp.
| T nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::BranchStruct< T, DistanceType >::node |
Definition at line 811 of file nanoflann.hpp.