|
tesseract
4.00.00dev
|
#include <fpchop.h>
Public Member Functions | |
| C_OUTLINE_FRAG () | |
| ~C_OUTLINE_FRAG () | |
| C_OUTLINE_FRAG (ICOORD start_pt, ICOORD end_pt, C_OUTLINE *outline, inT16 start_index, inT16 end_index) | |
| C_OUTLINE_FRAG (C_OUTLINE_FRAG *head, inT16 tail_y) | |
| C_OUTLINE * | close () |
| C_OUTLINE_FRAG & | operator= (const C_OUTLINE_FRAG &src) |
Public Member Functions inherited from ELIST_LINK | |
| ELIST_LINK () | |
| ELIST_LINK (const ELIST_LINK &) | |
| void | operator= (const ELIST_LINK &) |
Public Attributes | |
| ICOORD | start |
| ICOORD | end |
| DIR128 * | steps |
| inT32 | stepcount |
| C_OUTLINE_FRAG * | other_end |
| inT16 | ycoord |
| C_OUTLINE_FRAG::C_OUTLINE_FRAG | ( | ICOORD | start_pt, |
| ICOORD | end_pt, | ||
| C_OUTLINE * | outline, | ||
| inT16 | start_index, | ||
| inT16 | end_index | ||
| ) |
Definition at line 562 of file fpchop.cpp.
| C_OUTLINE_FRAG::C_OUTLINE_FRAG | ( | C_OUTLINE_FRAG * | head, |
| inT16 | tail_y | ||
| ) |
Definition at line 594 of file fpchop.cpp.
| C_OUTLINE * C_OUTLINE_FRAG::close | ( | ) |
Definition at line 778 of file fpchop.cpp.
| C_OUTLINE_FRAG & C_OUTLINE_FRAG::operator= | ( | const C_OUTLINE_FRAG & | src | ) |
Definition at line 812 of file fpchop.cpp.
| C_OUTLINE_FRAG* C_OUTLINE_FRAG::other_end |