Tesseract  3.02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
REGION_OCC Class Reference

#include <blkocc.h>

Inheritance diagram for REGION_OCC:
ELIST_LINK

Public Member Functions

 REGION_OCC ()
 
 REGION_OCC (float min, float max, inT16 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 region_type
 

Detailed Description

Definition at line 50 of file blkocc.h.

Constructor & Destructor Documentation

REGION_OCC::REGION_OCC ( )
inline

Definition at line 57 of file blkocc.h.

57  {
58  }; //constructor used
REGION_OCC::REGION_OCC ( float  min,
float  max,
inT16  region 
)
inline

Definition at line 60 of file blkocc.h.

63  {
64  min_x = min;
65  max_x = max;
66  region_type = region;
67  }
float max_x
Definition: blkocc.h:54
inT16 region_type
Definition: blkocc.h:55
float min_x
Definition: blkocc.h:53

Member Data Documentation

float REGION_OCC::max_x

Definition at line 54 of file blkocc.h.

float REGION_OCC::min_x

Definition at line 53 of file blkocc.h.

inT16 REGION_OCC::region_type

Definition at line 55 of file blkocc.h.


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