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