ATTPCROOT
0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
|
#include <kdtree.hpp>
Public Member Functions | |
KdNode (const CoordPoint &p, void *d=NULL) | |
KdNode () | |
Public Attributes | |
CoordPoint | point |
void * | data |
Definition at line 22 of file kdtree.hpp.
|
inline |
Definition at line 25 of file kdtree.hpp.
|
inline |
Definition at line 30 of file kdtree.hpp.
void* Kdtree::KdNode::data |
Definition at line 24 of file kdtree.hpp.
CoordPoint Kdtree::KdNode::point |
Definition at line 23 of file kdtree.hpp.