tesseract v5.3.3.20231005
tesseract::KDTREE Struct Reference

#include <kdtree.h>

Public Member Functions

 KDTREE (size_t n)
 
 ~KDTREE ()
 

Public Attributes

int16_t KeySize = 0
 
KDNODE Root
 
std::vector< PARAM_DESCKeyDesc
 

Detailed Description

Definition at line 66 of file kdtree.h.

Constructor & Destructor Documentation

◆ KDTREE()

tesseract::KDTREE::KDTREE ( size_t  n)
inline

Definition at line 67 of file kdtree.h.

67 : KeySize(n), KeyDesc(n) {
68 }
std::vector< PARAM_DESC > KeyDesc
Definition: kdtree.h:82
int16_t KeySize
Definition: kdtree.h:80

◆ ~KDTREE()

tesseract::KDTREE::~KDTREE ( )
inline

Definition at line 76 of file kdtree.h.

76 {
77 }

Member Data Documentation

◆ KeyDesc

std::vector<PARAM_DESC> tesseract::KDTREE::KeyDesc

Definition at line 82 of file kdtree.h.

◆ KeySize

int16_t tesseract::KDTREE::KeySize = 0

Definition at line 80 of file kdtree.h.

◆ Root

KDNODE tesseract::KDTREE::Root

Definition at line 81 of file kdtree.h.


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