ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
Classes | Namespaces | Typedefs
kdtree.hpp File Reference
#include <cstdlib>
#include <queue>
#include <vector>
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

struct  Kdtree::KdNode
 
struct  Kdtree::KdNodePredicate
 
class  Kdtree::nn4heap
 
class  Kdtree::compare_nn4heap
 
class  Kdtree::KdTree
 

Namespaces

 Kdtree
 

Typedefs

typedef std::vector< double > Kdtree::CoordPoint
 
typedef std::vector< double > Kdtree::DoubleVector
 
typedef std::vector< KdNode > Kdtree::KdNodeVector