tesseract  4.0.0-1-g2a2b
REGION_OCC Class Reference

#include <blkocc.h>

Inheritance diagram for REGION_OCC:
ELIST_LINK

Public Member Functions

 REGION_OCC ()=default
 
 REGION_OCC (float min, float max, int16_t region)
 
- Public Member Functions inherited from ELIST_LINK
 ELIST_LINK ()
 
 ELIST_LINK (const ELIST_LINK &)
 
void operator= (const ELIST_LINK &)
 

Public Attributes

float min_x
 
float max_x
 
int16_t region_type
 

Detailed Description

Definition at line 48 of file blkocc.h.

Constructor & Destructor Documentation

◆ REGION_OCC() [1/2]

REGION_OCC::REGION_OCC ( )
default

◆ REGION_OCC() [2/2]

REGION_OCC::REGION_OCC ( float  min,
float  max,
int16_t  region 
)
inline

Definition at line 57 of file blkocc.h.

60  {
61  min_x = min;
62  max_x = max;
63  region_type = region;
64  }
int16_t region_type
Definition: blkocc.h:53
float min_x
Definition: blkocc.h:51
float max_x
Definition: blkocc.h:52

Member Data Documentation

◆ max_x

float REGION_OCC::max_x

Definition at line 52 of file blkocc.h.

◆ min_x

float REGION_OCC::min_x

Definition at line 51 of file blkocc.h.

◆ region_type

int16_t REGION_OCC::region_type

Definition at line 53 of file blkocc.h.


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