|
Isis 3.0 Application Source Code Reference |
Home |
#include <translate.h>
Public Member Functions | |
| Translate (const double inputSamples, const double inputLines, const double sampleTrans, const double lineTrans) | |
| ~Translate () | |
| bool | Xform (double &inSample, double &inLine, const double outSample, const double outLine) |
| int | OutputSamples () const |
| int | OutputLines () const |
Definition at line 13 of file translate.h.
| Translate | ( | const double | inputSamples, | |
| const double | inputLines, | |||
| const double | sampleTrans, | |||
| const double | lineTrans | |||
| ) | [inline] |
Definition at line 23 of file translate.h.
| ~Translate | ( | ) | [inline] |
Definition at line 34 of file translate.h.
| bool Xform | ( | double & | inSample, | |
| double & | inLine, | |||
| const double | outSample, | |||
| const double | outLine | |||
| ) | [inline] |
Definition at line 38 of file translate.h.
| int OutputSamples | ( | ) | const [inline] |
Definition at line 46 of file translate.h.
| int OutputLines | ( | ) | const [inline] |
Definition at line 51 of file translate.h.