tesseract  3.03
tesseract::WordData Struct Reference

#include <tesseractclass.h>

List of all members.

Public Member Functions

 WordData ()
 WordData (const PAGE_RES_IT &page_res_it)
 WordData (BLOCK *block_in, ROW *row_in, WERD_RES *word_res)

Public Attributes

WERD_RESword
ROWrow
BLOCKblock
WordDataprev_word
GenericVector< WERD_RESlang_words

Detailed Description

Definition at line 136 of file tesseractclass.h.


Constructor & Destructor Documentation

Definition at line 137 of file tesseractclass.h.

: word(NULL), row(NULL), block(NULL), prev_word(NULL) {}
tesseract::WordData::WordData ( const PAGE_RES_IT page_res_it) [inline, explicit]

Definition at line 138 of file tesseractclass.h.

    : word(page_res_it.word()), row(page_res_it.row()->row),
      block(page_res_it.block()->block), prev_word(NULL) {}
tesseract::WordData::WordData ( BLOCK block_in,
ROW row_in,
WERD_RES word_res 
) [inline]

Definition at line 141 of file tesseractclass.h.

    : word(word_res), row(row_in), block(block_in), prev_word(NULL) {}

Member Data Documentation

Definition at line 146 of file tesseractclass.h.

Definition at line 145 of file tesseractclass.h.


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