DENORM Class Reference
#include <normalis.h>
List of all members.
Public Member Functions |
| | DENORM () |
| | DENORM (float x, float scaling, ROW *src) |
| | DENORM (float x, float scaling, double line_m, double line_c, inT16 seg_count, DENORM_SEG *seg_pts, BOOL8 using_row, ROW *src) |
| | DENORM (const DENORM &) |
| DENORM & | operator= (const DENORM &) |
| | ~DENORM () |
| float | origin () const |
| float | scale () const |
| ROW * | row () const |
| const BLOCK * | block () const |
| void | set_block (const BLOCK *block) |
| float | x (float src_x) const |
| float | y (float src_y, float src_x_centre) const |
| float | scale_at_x (float src_x) const |
| float | yshift_at_x (float src_x) const |
Constructor & Destructor Documentation
| DENORM::DENORM |
( |
|
) |
[inline] |
| DENORM::DENORM |
( |
float |
x, |
|
|
float |
scaling, |
|
|
ROW * |
src | |
|
) |
| | [inline] |
| DENORM::DENORM |
( |
float |
x, |
|
|
float |
scaling, |
|
|
double |
line_m, |
|
|
double |
line_c, |
|
|
inT16 |
seg_count, |
|
|
DENORM_SEG * |
seg_pts, |
|
|
BOOL8 |
using_row, |
|
|
ROW * |
src | |
|
) |
| | |
| DENORM::DENORM |
( |
const DENORM & |
src |
) |
|
| DENORM::~DENORM |
( |
|
) |
[inline] |
Member Function Documentation
| const BLOCK* DENORM::block |
( |
|
) |
const [inline] |
| float DENORM::origin |
( |
|
) |
const [inline] |
| ROW* DENORM::row |
( |
|
) |
const [inline] |
| float DENORM::scale |
( |
|
) |
const [inline] |
| float DENORM::scale_at_x |
( |
float |
src_x |
) |
const |
| void DENORM::set_block |
( |
const BLOCK * |
block |
) |
[inline] |
| float DENORM::x |
( |
float |
src_x |
) |
const |
| float DENORM::y |
( |
float |
src_y, |
|
|
float |
src_x_centre | |
|
) |
| | const |
| float DENORM::yshift_at_x |
( |
float |
src_x |
) |
const |
The documentation for this class was generated from the following files: