ROW Class Reference
#include <ocrrow.h>
List of all members.
Public Member Functions |
| ROW () |
| ROW (inT32 spline_size, inT32 *xstarts, double *coeffs, float x_height, float ascenders, float descenders, inT16 kern, inT16 space) |
| ROW (TO_ROW *row, inT16 kern, inT16 space) |
WERD_LIST * | word_list () |
float | base_line (float xpos) const |
float | x_height () const |
void | set_x_height (float new_xheight) |
inT32 | kern () const |
inT32 | space () const |
float | ascenders () const |
float | descenders () const |
TBOX | bounding_box () const |
void | recalc_bounding_box () |
void | move (const ICOORD vec) |
void | print (FILE *fp) |
void | plot (ScrollView *window, ScrollView::Color colour) |
void | plot (ScrollView *window) |
void | plot_baseline (ScrollView *window, ScrollView::Color colour) |
void | prep_serialise () |
void | dump (FILE *f) |
void | de_dump (FILE *f) |
| make_serialise (ROW) ROW &operator |
Friends |
void | tweak_row_baseline (ROW *) |
Constructor & Destructor Documentation
ROW::ROW |
( |
inT32 |
spline_size, |
|
|
inT32 * |
xstarts, |
|
|
double * |
coeffs, |
|
|
float |
x_height, |
|
|
float |
ascenders, |
|
|
float |
descenders, |
|
|
inT16 |
kern, |
|
|
inT16 |
space | |
|
) |
| | |
Member Function Documentation
float ROW::ascenders |
( |
|
) |
const [inline] |
float ROW::base_line |
( |
float |
xpos |
) |
const [inline] |
TBOX ROW::bounding_box |
( |
|
) |
const [inline] |
void ROW::de_dump |
( |
FILE * |
f |
) |
[inline] |
float ROW::descenders |
( |
|
) |
const [inline] |
void ROW::dump |
( |
FILE * |
f |
) |
[inline] |
inT32 ROW::kern |
( |
|
) |
const [inline] |
ROW::make_serialise |
( |
ROW |
|
) |
|
void ROW::move |
( |
const ICOORD |
vec |
) |
|
void ROW::prep_serialise |
( |
|
) |
[inline] |
void ROW::print |
( |
FILE * |
fp |
) |
|
void ROW::recalc_bounding_box |
( |
|
) |
|
void ROW::set_x_height |
( |
float |
new_xheight |
) |
[inline] |
inT32 ROW::space |
( |
|
) |
const [inline] |
WERD_LIST* ROW::word_list |
( |
|
) |
[inline] |
float ROW::x_height |
( |
|
) |
const [inline] |
Friends And Related Function Documentation
void tweak_row_baseline |
( |
ROW * |
|
) |
[friend] |
The documentation for this class was generated from the following files: