Alexandria
2.22.0
Please provide a description of the project.
|
#include <KdTree.h>
Classes | |
struct | Coord |
Public Types | |
using | Traits = KdTreeTraits< T > |
Public Member Functions | |
KdTree (const std::vector< T > &data) | |
std::vector< T > | findPointsWithinRadius (Coord coord, double radius) const |
Private Attributes | |
std::shared_ptr< Node > | m_root |
using KdTree::KdTree< T, N, S >::Traits = KdTreeTraits<T> |
|
explicit |
std::vector<T> KdTree::KdTree< T, N, S >::findPointsWithinRadius | ( | Coord | coord, |
double | radius | ||
) | const |
|
private |