tesseract 3.04.01

tesseract::BlockGroup Struct Reference

List of all members.

Public Member Functions

 BlockGroup ()
 BlockGroup (BLOCK *block)

Public Attributes

TBOX bounding_box
FCOORD rotation
float angle
float min_xheight
GenericVector< BLOCK * > blocks

Detailed Description

Definition at line 713 of file tordmain.cpp.


Constructor & Destructor Documentation

tesseract::BlockGroup::BlockGroup ( ) [inline]

Definition at line 714 of file tordmain.cpp.

: rotation(1.0f, 0.0f), angle(0.0f), min_xheight(1.0f) {}
tesseract::BlockGroup::BlockGroup ( BLOCK block) [inline, explicit]

Definition at line 715 of file tordmain.cpp.

      : bounding_box(block->bounding_box()),
        rotation(block->re_rotation()),
        angle(block->re_rotation().angle()),
        min_xheight(block->x_height()) {
    blocks.push_back(block);
  }

Member Data Documentation

Definition at line 727 of file tordmain.cpp.

Definition at line 729 of file tordmain.cpp.


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