#include <tablefind.h>
List of all members.
Detailed Description
Definition at line 46 of file tablefind.h.
Constructor & Destructor Documentation
tesseract::ColSegment::ColSegment |
( |
| ) |
|
Definition at line 2135 of file tablefind.cpp.
num_table_cells_(0),
num_text_cells_(0),
}
tesseract::ColSegment::~ColSegment |
( |
| ) |
|
Member Function Documentation
const TBOX& tesseract::ColSegment::bounding_box |
( |
| ) |
const |
|
inline |
Definition at line 52 of file tablefind.h.
{
return bounding_box_;
}
int tesseract::ColSegment::get_num_table_cells |
( |
| ) |
const |
|
inline |
Definition at line 76 of file tablefind.h.
{
return num_table_cells_;
}
int tesseract::ColSegment::get_num_text_cells |
( |
| ) |
const |
|
inline |
Definition at line 85 of file tablefind.h.
{
return num_text_cells_;
}
void tesseract::ColSegment::InsertBox |
( |
const TBOX & |
other | ) |
|
void tesseract::ColSegment::set_bottom |
( |
int |
y | ) |
|
|
inline |
void tesseract::ColSegment::set_bounding_box |
( |
const TBOX & |
other | ) |
|
|
inline |
Definition at line 72 of file tablefind.h.
{
bounding_box_ = other;
}
void tesseract::ColSegment::set_left |
( |
int |
x | ) |
|
|
inline |
void tesseract::ColSegment::set_num_table_cells |
( |
int |
n | ) |
|
|
inline |
Definition at line 81 of file tablefind.h.
{
num_table_cells_ = n;
}
void tesseract::ColSegment::set_num_text_cells |
( |
int |
n | ) |
|
|
inline |
void tesseract::ColSegment::set_right |
( |
int |
x | ) |
|
|
inline |
void tesseract::ColSegment::set_top |
( |
int |
y | ) |
|
|
inline |
void tesseract::ColSegment::set_type |
( |
| ) |
|
Definition at line 2162 of file tablefind.cpp.
{
else if (num_text_cells_ > num_table_cells_)
else
}
The documentation for this class was generated from the following files: