Stride Reference Manual  - generated for commit 9643b11
KdNode.h File Reference
#include <cstddef>
#include <memory>
#include <utility>
Include dependency graph for KdNode.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  geopop::KdTree< P >
 A k-d tree: a k-dimensional generalization of binary search trees This data structure allows for efficient lookup of points and range queries with an Axis-Aligned Bounding Box (when balanced). More...
 
class  geopop::kd::BaseNode< P >
 A base class for all instantiations of a Node with D. More...
 
class  geopop::kd::Node< P, D >
 A node in the KdTree (parameter P: the type of point, parameter D: dimension this node splits on). More...
 

Namespaces

 geopop
 Namespace for the geographic and demograhic classes.
 
 geopop::kd