Tesseract  3.02
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 655 of file paragraphs.cpp.


Constructor & Destructor Documentation

tesseract::Cluster::Cluster ( ) [inline]

Definition at line 656 of file paragraphs.cpp.

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

Definition at line 657 of file paragraphs.cpp.

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

Member Data Documentation

Definition at line 659 of file paragraphs.cpp.

Definition at line 660 of file paragraphs.cpp.


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