ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
Public Member Functions | Public Attributes | List of all members
Kdtree::KdNode Struct Reference

#include <kdtree.hpp>

Collaboration diagram for Kdtree::KdNode:
Collaboration graph
[legend]

Public Member Functions

 KdNode (const CoordPoint &p, void *d=NULL)
 
 KdNode ()
 

Public Attributes

CoordPoint point
 
void * data
 

Detailed Description

Definition at line 22 of file kdtree.hpp.

Constructor & Destructor Documentation

◆ KdNode() [1/2]

Kdtree::KdNode::KdNode ( const CoordPoint p,
void *  d = NULL 
)
inline

Definition at line 25 of file kdtree.hpp.

◆ KdNode() [2/2]

Kdtree::KdNode::KdNode ( )
inline

Definition at line 30 of file kdtree.hpp.

Member Data Documentation

◆ data

void* Kdtree::KdNode::data

Definition at line 24 of file kdtree.hpp.

◆ point

CoordPoint Kdtree::KdNode::point

Definition at line 23 of file kdtree.hpp.


The documentation for this struct was generated from the following file: