KDNODE Struct Reference

#include <kdtree.h>

List of all members.

Public Attributes

FLOAT32Key
void * Data
FLOAT32 BranchPoint
FLOAT32 LeftBranch
FLOAT32 RightBranch
struct KDNODELeft
struct KDNODERight

Detailed Description

NOTE: All circular parameters of all keys must be in the range

Min <= Param < Max

where Min and Max are specified in the KeyDesc parameter passed to MakeKDTree. All KD routines assume that this is true and will not operate correctly if circular parameters outside the specified range are used.


Member Data Documentation

needed to make deletes work efficiently

void* KDNODE::Data

data that corresponds to key

search key

ptrs for KD tree structure

used to optimize search pruning

used to optimize search pruning


The documentation for this struct was generated from the following file:
Generated on Thu Feb 2 08:19:24 2012 for Tesseract by  doxygen 1.6.3