tesseract  3.03
tesseract::Cluster Struct Reference

List of all members.

Public Member Functions

 Cluster ()
 Cluster (int cen, int num)

Public Attributes

int center
int count

Detailed Description

Definition at line 643 of file paragraphs.cpp.


Constructor & Destructor Documentation

Definition at line 644 of file paragraphs.cpp.

: center(0), count(0) {}
tesseract::Cluster::Cluster ( int  cen,
int  num 
) [inline]

Definition at line 645 of file paragraphs.cpp.

: center(cen), count(num) {}

Member Data Documentation

Definition at line 647 of file paragraphs.cpp.

Definition at line 648 of file paragraphs.cpp.


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