Tesseract
3.02
|
#include <blkocc.h>
Public Member Functions | |
REGION_OCC () | |
REGION_OCC (float min, float max, inT16 region) | |
Public Attributes | |
float | min_x |
float | max_x |
inT16 | region_type |
REGION_OCC::REGION_OCC | ( | float | min, |
float | max, | ||
inT16 | region | ||
) | [inline] |
Definition at line 60 of file blkocc.h.
{ min_x = min; max_x = max; region_type = region; }
float REGION_OCC::max_x |
float REGION_OCC::min_x |