tesseract  3.03
tesseract::BlobData Struct Reference

List of all members.

Public Member Functions

 BlobData ()
 BlobData (int index, Tesseract *tess, const WERD_RES &word)

Public Attributes

TBLOBblob
Tesseracttesseract
BLOB_CHOICE_LIST ** choices

Detailed Description

Definition at line 24 of file par_control.cpp.


Constructor & Destructor Documentation

Definition at line 25 of file par_control.cpp.

: blob(NULL), choices(NULL) {}
tesseract::BlobData::BlobData ( int  index,
Tesseract tess,
const WERD_RES word 
) [inline]

Definition at line 26 of file par_control.cpp.

    : blob(word.chopped_word->blobs[index]),
      tesseract(tess),
      choices(&(*word.ratings)(index, index)) {}

Member Data Documentation

Definition at line 31 of file par_control.cpp.

BLOB_CHOICE_LIST** tesseract::BlobData::choices

Definition at line 33 of file par_control.cpp.


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