#include <tabvector.h>
|
static void | GetConstraints (TabConstraint_LIST *constraints, int *y_min, int *y_max) |
|
◆ TabConstraint() [1/2]
tesseract::TabConstraint::TabConstraint |
( |
| ) |
|
|
default |
◆ TabConstraint() [2/2]
tesseract::TabConstraint::TabConstraint |
( |
TabVector * |
vector, |
|
|
bool |
is_top |
|
) |
| |
|
private |
◆ ApplyConstraints()
void tesseract::TabConstraint::ApplyConstraints |
( |
TabConstraint_LIST * |
constraints | ) |
|
|
static |
◆ CompatibleConstraints()
bool tesseract::TabConstraint::CompatibleConstraints |
( |
TabConstraint_LIST * |
list1, |
|
|
TabConstraint_LIST * |
list2 |
|
) |
| |
|
static |
◆ CreateConstraint()
void tesseract::TabConstraint::CreateConstraint |
( |
TabVector * |
vector, |
|
|
bool |
is_top |
|
) |
| |
|
static |
◆ GetConstraints()
void tesseract::TabConstraint::GetConstraints |
( |
TabConstraint_LIST * |
constraints, |
|
|
int * |
y_min, |
|
|
int * |
y_max |
|
) |
| |
|
staticprivate |
◆ MergeConstraints()
void tesseract::TabConstraint::MergeConstraints |
( |
TabConstraint_LIST * |
list1, |
|
|
TabConstraint_LIST * |
list2 |
|
) |
| |
|
static |
◆ is_top_
bool tesseract::TabConstraint::is_top_ |
|
private |
◆ vector_
◆ y_max_
int tesseract::TabConstraint::y_max_ |
|
private |
◆ y_min_
int tesseract::TabConstraint::y_min_ |
|
private |
The documentation for this class was generated from the following files:
- /home/stephane/src/tesseract/src/textord/tabvector.h
- /home/stephane/src/tesseract/src/textord/tabvector.cpp