#include </home/clem/local/src/opie/noncore/unsupported/qpdf/xpdf/Function.h>
Inheritance diagram for SampledFunction:


Public Member Functions | |
| SampledFunction (Object *funcObj, Dict *dict) | |
| virtual | ~SampledFunction () |
| virtual Function * | copy () |
| virtual void | transform (fouble *in, fouble *out) |
| virtual GBool | isOk () |
Private Member Functions | |
| SampledFunction (SampledFunction *func) | |
Private Attributes | |
| int | sampleSize [funcMaxInputs] |
| fouble | encode [funcMaxInputs][2] |
| fouble | decode [funcMaxOutputs][2] |
| fouble * | samples |
| GBool | ok |
|
||||||||||||
|
Definition at line 185 of file Function.cc. References Object::arrayGet(), Object::arrayGetLength(), bits, buf, Stream::close(), decode, encode, error(), Object::free(), Stream::getChar(), Object::getInt(), Object::getNum(), gFalse, gmalloc(), gTrue, Function::hasRange, i, Function::init(), Object::isInt(), Object::isNum(), Dict::lookup(), Function::m, Function::n, NULL, ok, Function::range, Stream::reset(), s, samples, sampleSize, and str. Referenced by copy(). |
|
|
Definition at line 337 of file Function.cc. |
|
|
Definition at line 343 of file Function.cc. References gmalloc(), i, Function::m, Function::n, samples, and sampleSize. |
|
|
Implements Function. Definition at line 90 of file Function.h. References SampledFunction(). |
|
|
Implements Function. Definition at line 92 of file Function.h. References ok. |
|
||||||||||||
|
Implements Function. Definition at line 356 of file Function.cc. References decode, Function::domain, encode, funcMaxInputs, i, Function::m, Function::n, Function::range, samples, sampleSize, and Opie::MM::x. |
|
|
Definition at line 103 of file Function.h. Referenced by SampledFunction(), and transform(). |
|
|
Definition at line 101 of file Function.h. Referenced by SampledFunction(), and transform(). |
|
|
Definition at line 105 of file Function.h. Referenced by isOk(), and SampledFunction(). |
|
|
Definition at line 104 of file Function.h. Referenced by SampledFunction(), transform(), and ~SampledFunction(). |
|
|
Definition at line 99 of file Function.h. Referenced by SampledFunction(), and transform(). |
1.4.2