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.
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:

Generated on Thu Aug 6 22:33:14 2009 for Fractal Image Compressor by  doxygen 1.5.8