![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <coresoftware/blob/master/offline/packages/PHTpcTracker/externals/nanoflann.hpp>
Collaboration diagram for nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::Node:Public Attributes | |
| union { | |
| struct leaf { | |
| IndexType left | |
| IndexType right | |
| Indices of points in leaf node. | |
| } lr | |
| struct nonleaf { | |
| int divfeat | |
| Dimension used for subdivision. | |
| DistanceType divlow | |
| DistanceType divhigh | |
| The values used for subdivision. | |
| } sub | |
| } | node_type |
| Node * | child1 |
| Node * | child2 |
| Child nodes (both=NULL mean its a leaf node) | |
| union { | |
| struct leaf { | |
| IndexType left | |
| IndexType right | |
| Indices of points in leaf node. | |
| } lr | |
| struct nonleaf { | |
| int divfeat | |
| Dimension used for subdivision. | |
| DistanceType divlow | |
| DistanceType divhigh | |
| The values used for subdivision. | |
| } sub | |
| } | node_type |
Definition at line 846 of file nanoflann.hpp.
View newest version in sPHENIX GitHub at line 846 of file nanoflann.hpp
| Node * nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::Node::child1 |
Definition at line 860 of file nanoflann.hpp.
View newest version in sPHENIX GitHub at line 860 of file nanoflann.hpp
| Node * nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::Node::child2 |
Child nodes (both=NULL mean its a leaf node)
Definition at line 860 of file nanoflann.hpp.
View newest version in sPHENIX GitHub at line 860 of file nanoflann.hpp
| int nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::Node::divfeat |
Dimension used for subdivision.
Definition at line 856 of file nanoflann.hpp.
View newest version in sPHENIX GitHub at line 856 of file nanoflann.hpp
| DistanceType nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::Node::divhigh |
The values used for subdivision.
Definition at line 857 of file nanoflann.hpp.
View newest version in sPHENIX GitHub at line 857 of file nanoflann.hpp
| DistanceType nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::Node::divlow |
Definition at line 857 of file nanoflann.hpp.
View newest version in sPHENIX GitHub at line 857 of file nanoflann.hpp
| IndexType nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::Node::left |
Definition at line 852 of file nanoflann.hpp.
View newest version in sPHENIX GitHub at line 852 of file nanoflann.hpp
| struct { ... } ::leaf nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::Node::lr |
| struct { ... } ::leaf nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::Node::lr |
| union { ... } nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::Node::node_type |
| union { ... } nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::Node::node_type |
| IndexType nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::Node::right |
Indices of points in leaf node.
Definition at line 852 of file nanoflann.hpp.
View newest version in sPHENIX GitHub at line 852 of file nanoflann.hpp
| struct { ... } ::nonleaf nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::Node::sub |
| struct { ... } ::nonleaf nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::Node::sub |