|
Tesseract
3.02
|
#include <paragraphs_internal.h>
Public Member Functions | |
| LineHypothesis () | |
| LineHypothesis (LineType line_type, const ParagraphModel *m) | |
| LineHypothesis (const LineHypothesis &other) | |
| bool | operator== (const LineHypothesis &other) const |
Public Attributes | |
| LineType | ty |
| const ParagraphModel * | model |
Definition at line 79 of file paragraphs_internal.h.
| tesseract::LineHypothesis::LineHypothesis | ( | ) | [inline] |
Definition at line 80 of file paragraphs_internal.h.
: ty(LT_UNKNOWN), model(NULL) {}
| tesseract::LineHypothesis::LineHypothesis | ( | LineType | line_type, |
| const ParagraphModel * | m | ||
| ) | [inline] |
Definition at line 81 of file paragraphs_internal.h.
| tesseract::LineHypothesis::LineHypothesis | ( | const LineHypothesis & | other | ) | [inline] |
Definition at line 83 of file paragraphs_internal.h.
| bool tesseract::LineHypothesis::operator== | ( | const LineHypothesis & | other | ) | const [inline] |
Definition at line 86 of file paragraphs_internal.h.
Definition at line 91 of file paragraphs_internal.h.
Definition at line 90 of file paragraphs_internal.h.