#include <Function.h>
Inherits Function.
Public Member Functions | |
| StitchingFunction (Object *funcObj, Dict *dict) | |
| virtual | ~StitchingFunction () |
| virtual Function * | copy () |
| virtual void | transform (double *in, double *out) |
| virtual GBool | isOk () |
Private Member Functions | |
| StitchingFunction (StitchingFunction *func) | |
Private Attributes | |
| int | k |
| Function ** | funcs |
| double * | bounds |
| double * | encode |
| GBool | ok |
Definition at line 137 of file Function.h.
| virtual StitchingFunction::~StitchingFunction | ( | ) | [virtual] |
| StitchingFunction::StitchingFunction | ( | StitchingFunction * | func | ) | [private] |
| virtual Function* StitchingFunction::copy | ( | ) | [inline, virtual] |
Implements Function.
Definition at line 142 of file Function.h.
References StitchingFunction().
00142 { return new StitchingFunction(this); }
| virtual void StitchingFunction::transform | ( | double * | in, | |
| double * | out | |||
| ) | [virtual] |
Implements Function.
| virtual GBool StitchingFunction::isOk | ( | ) | [inline, virtual] |
int StitchingFunction::k [private] |
Definition at line 150 of file Function.h.
Function** StitchingFunction::funcs [private] |
Definition at line 151 of file Function.h.
double* StitchingFunction::bounds [private] |
Definition at line 152 of file Function.h.
double* StitchingFunction::encode [private] |
Definition at line 153 of file Function.h.
GBool StitchingFunction::ok [private] |
1.5.1