tesseract  3.03
REGION_OCC Class Reference

#include <blkocc.h>

Inheritance diagram for REGION_OCC:
ELIST_LINK

List of all members.

Public Member Functions

 REGION_OCC ()
 REGION_OCC (float min, float max, inT16 region)

Public Attributes

float min_x
float max_x
inT16 region_type

Detailed Description

Definition at line 48 of file blkocc.h.


Constructor & Destructor Documentation

REGION_OCC::REGION_OCC ( ) [inline]

Definition at line 55 of file blkocc.h.

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

Definition at line 58 of file blkocc.h.

                             {
      min_x = min;
      max_x = max;
      region_type = region;
    }

Member Data Documentation

Definition at line 52 of file blkocc.h.

Definition at line 51 of file blkocc.h.

Definition at line 53 of file blkocc.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines