filters
Function Class Reference
Inheritance diagram for Function:

Detailed Description
Definition at line 33 of file Function.h.
Public Member Functions | |
| Function () | |
| virtual | ~Function () |
| GBool | init (Dict *dict) |
| virtual Function * | copy () const=0 |
| int | getInputSize () const |
| int | getOutputSize () const |
| virtual void | transform (const double *in, double *out) const =0 |
| virtual GBool | isOk () const=0 |
Static Public Member Functions | |
| static Function * | parse (Object *funcObj) |
Protected Attributes | |
| int | m |
| int | n |
| double | domain [funcMaxInputs][2] |
| double | range [funcMaxOutputs][2] |
| GBool | hasRange |
The documentation for this class was generated from the following files:

