|
Geogram Version 1.9.7
A programming library of geometric algorithms
|
An implementation of NearestNeighborSearch with a kd-tree. More...
Go to the source code of this file.
Classes | |
| class | GEO::KdTree |
| Base class for all Kd-tree implementations. More... | |
| struct | GEO::KdTree::NearestNeighbors |
| The context for traversing a KdTree. More... | |
| class | GEO::BalancedKdTree |
| Implements NearestNeighborSearch using a balanced Kd-tree. More... | |
| class | GEO::AdaptiveKdTree |
| Implements NearestNeighborSearch using an Adaptive Kd-tree. More... | |
Namespaces | |
| namespace | GEO |
| Global Vorpaline namespace. | |
An implementation of NearestNeighborSearch with a kd-tree.
Definition in file kd_tree.h.