#include <nanoflann.hpp>
| Public Attributes | |
| union { | |
| struct { | |
| IndexType left | |
| IndexType right | |
| } lr | |
| struct { | |
| int divfeat | |
| DistanceType divhigh | |
| DistanceType divlow | |
| } sub | |
| }; | |
| Node * | child1 | 
| Node * | child2 | 
Definition at line 661 of file nanoflann.hpp.
| union { ... } | 
| Node* nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::Node::child1 | 
The child nodes.
Definition at line 686 of file nanoflann.hpp.
| Node * nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::Node::child2 | 
Definition at line 686 of file nanoflann.hpp.
| int nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::Node::divfeat | 
Dimension used for subdivision.
Definition at line 676 of file nanoflann.hpp.
| DistanceType nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::Node::divhigh | 
Definition at line 680 of file nanoflann.hpp.
| DistanceType nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::Node::divlow | 
The values used for subdivision.
Definition at line 680 of file nanoflann.hpp.
| IndexType nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::Node::left | 
Indices of points in leaf node
Definition at line 669 of file nanoflann.hpp.
| struct { ... } nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::Node::lr | 
| IndexType nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::Node::right | 
Definition at line 669 of file nanoflann.hpp.
| struct { ... } nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::Node::sub |