xc
Classes | Macros
kdtree.hpp File Reference

Defines the interface for the KDTree class. More...

#include <vector>
#include <algorithm>
#include <cmath>
#include <cstddef>
#include <cassert>
#include "function.hpp"
#include "allocator.hpp"
#include "iterator.hpp"
#include "node.hpp"
#include "region.hpp"
Include dependency graph for kdtree.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  kd_tree::KDTree< __K, _Val, _Acc, _Dist, _Cmp, _Alloc >
 

Macros

#define KDTREE_VERSION   700
 
#define KDTREE_LIB_VERSION   "0_7_0"
 

Detailed Description

Defines the interface for the KDTree class.

Author
Martin F. Krafft libkd.nosp@m.tree.nosp@m.@pobo.nosp@m.x.ma.nosp@m.dduck.nosp@m..net

Paul Harris figured this stuff out (below) Notes: This is similar to a binary tree, but its not the same. There are a few important differences: