Stride Reference Manual  - generated for commit 9643b11
KdTree.h File Reference
#include "AABBox.h"
#include "KdNode.h"
#include <cstddef>
#include <functional>
#include <memory>
#include <utility>
#include <vector>
Include dependency graph for KdTree.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...
 

Namespaces

 geopop
 Namespace for the geographic and demograhic classes.