Tesseract  3.02
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 50 of file blkocc.h.


Constructor & Destructor Documentation

REGION_OCC::REGION_OCC ( ) [inline]

Definition at line 57 of file blkocc.h.

                 {
    };                           //constructor used
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;
    }

Member Data Documentation

Definition at line 54 of file blkocc.h.

Definition at line 53 of file blkocc.h.

Definition at line 55 of file blkocc.h.


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