tesseract v5.3.3.20231005
|
#include <adaptive.h>
Public Member Functions | |
ADAPT_CLASS_STRUCT () | |
~ADAPT_CLASS_STRUCT () | |
Public Attributes | |
uint8_t | NumPermConfigs |
uint8_t | MaxNumTimesSeen |
BIT_VECTOR | PermProtos |
BIT_VECTOR | PermConfigs |
LIST | TempProtos |
ADAPTED_CONFIG | Config [MAX_NUM_CONFIGS] |
Definition at line 55 of file adaptive.h.
tesseract::ADAPT_CLASS_STRUCT::ADAPT_CLASS_STRUCT | ( | ) |
Definition at line 62 of file adaptive.cpp.
tesseract::ADAPT_CLASS_STRUCT::~ADAPT_CLASS_STRUCT | ( | ) |
Definition at line 77 of file adaptive.cpp.
ADAPTED_CONFIG tesseract::ADAPT_CLASS_STRUCT::Config[MAX_NUM_CONFIGS] |
Definition at line 64 of file adaptive.h.
uint8_t tesseract::ADAPT_CLASS_STRUCT::MaxNumTimesSeen |
Definition at line 59 of file adaptive.h.
uint8_t tesseract::ADAPT_CLASS_STRUCT::NumPermConfigs |
Definition at line 58 of file adaptive.h.
BIT_VECTOR tesseract::ADAPT_CLASS_STRUCT::PermConfigs |
Definition at line 62 of file adaptive.h.
BIT_VECTOR tesseract::ADAPT_CLASS_STRUCT::PermProtos |
Definition at line 61 of file adaptive.h.
LIST tesseract::ADAPT_CLASS_STRUCT::TempProtos |
Definition at line 63 of file adaptive.h.