#include <Function.h>
Inherits Function.
Public Member Functions | |
| SampledFunction (Object *funcObj, Dict *dict) | |
| virtual | ~SampledFunction () |
| virtual Function * | copy () |
| virtual void | transform (double *in, double *out) |
| virtual GBool | isOk () |
Private Member Functions | |
| SampledFunction (SampledFunction *func) | |
Private Attributes | |
| int | sampleSize [funcMaxInputs] |
| double | encode [funcMaxInputs][2] |
| double | decode [funcMaxOutputs][2] |
| double * | samples |
| GBool | ok |
Definition at line 87 of file Function.h.
| virtual SampledFunction::~SampledFunction | ( | ) | [virtual] |
| SampledFunction::SampledFunction | ( | SampledFunction * | func | ) | [private] |
| virtual Function* SampledFunction::copy | ( | ) | [inline, virtual] |
Implements Function.
Definition at line 92 of file Function.h.
References SampledFunction().
00092 { return new SampledFunction(this); }
| virtual void SampledFunction::transform | ( | double * | in, | |
| double * | out | |||
| ) | [virtual] |
Implements Function.
| virtual GBool SampledFunction::isOk | ( | ) | [inline, virtual] |
int SampledFunction::sampleSize[funcMaxInputs] [private] |
Definition at line 101 of file Function.h.
double SampledFunction::encode[funcMaxInputs][2] [private] |
Definition at line 103 of file Function.h.
double SampledFunction::decode[funcMaxOutputs][2] [private] |
Definition at line 105 of file Function.h.
double* SampledFunction::samples [private] |
Definition at line 106 of file Function.h.
GBool SampledFunction::ok [private] |
1.5.1