#include <shapetable.h>
◆ Shape()
tesseract::Shape::Shape |
( |
| ) |
|
|
inline |
◆ AddShape()
void tesseract::Shape::AddShape |
( |
const Shape & |
other | ) |
|
◆ AddToShape()
void tesseract::Shape::AddToShape |
( |
int |
unichar_id, |
|
|
int |
font_id |
|
) |
| |
◆ ContainsFont()
bool tesseract::Shape::ContainsFont |
( |
int |
font_id | ) |
const |
◆ ContainsFontProperties()
bool tesseract::Shape::ContainsFontProperties |
( |
const FontInfoTable & |
font_table, |
|
|
uint32_t |
properties |
|
) |
| const |
◆ ContainsMultipleFontProperties()
bool tesseract::Shape::ContainsMultipleFontProperties |
( |
const FontInfoTable & |
font_table | ) |
const |
◆ ContainsUnichar()
bool tesseract::Shape::ContainsUnichar |
( |
int |
unichar_id | ) |
const |
◆ ContainsUnicharAndFont()
bool tesseract::Shape::ContainsUnicharAndFont |
( |
int |
unichar_id, |
|
|
int |
font_id |
|
) |
| const |
◆ DeSerialize()
bool tesseract::Shape::DeSerialize |
( |
TFile * |
fp | ) |
|
◆ destination_index()
int tesseract::Shape::destination_index |
( |
| ) |
const |
|
inline |
◆ IsEqualUnichars()
bool tesseract::Shape::IsEqualUnichars |
( |
Shape * |
other | ) |
|
◆ IsSubsetOf()
bool tesseract::Shape::IsSubsetOf |
( |
const Shape & |
other | ) |
const |
◆ operator==()
bool tesseract::Shape::operator== |
( |
const Shape & |
other | ) |
const |
◆ operator[]()
◆ Serialize()
bool tesseract::Shape::Serialize |
( |
FILE * |
fp | ) |
const |
◆ set_destination_index()
void tesseract::Shape::set_destination_index |
( |
int |
index | ) |
|
|
inline |
◆ SetUnicharId()
void tesseract::Shape::SetUnicharId |
( |
int |
index, |
|
|
int |
unichar_id |
|
) |
| |
|
inline |
◆ size()
int tesseract::Shape::size |
( |
| ) |
const |
|
inline |
◆ SortUnichars()
void tesseract::Shape::SortUnichars |
( |
| ) |
|
|
private |
◆ destination_index_
int tesseract::Shape::destination_index_ |
|
private |
◆ unichars_
◆ unichars_sorted_
bool tesseract::Shape::unichars_sorted_ |
|
private |
The documentation for this class was generated from the following files:
- /home/stephane/src/tesseract/src/classify/shapetable.h
- /home/stephane/src/tesseract/src/classify/shapetable.cpp