KDTree< T >::KDTree::Node Struct Reference
Represents one node of the KD-tree.
More...
#include <kdTree.h>
List of all members.
|
Public Attributes |
int | coord |
| The coordinate along which the tree splits in this node.
|
T | threshold |
| The threshold of the split (left[coord] <= threshold <= right[coord]).
|
Detailed Description
template<class T>
struct KDTree< T >::Node
Represents one node of the KD-tree.
Definition at line 89 of file kdTree.h.
The documentation for this struct was generated from the following file: