|
PoDoFo 0.9.20
|
#include <PdfFunction.h>
Public Member Functions | |
| PdfExponentialFunction (PdfDocument &doc, const PdfArray &domain, const PdfArray &c0, const PdfArray &c1, double exponent) | |
Additional Inherited Members | |
| Protected Member Functions inherited from PoDoFo::PdfFunction | |
| PdfFunction (PdfDocument &doc, PdfFunctionType functionType, const PdfArray &domain) | |
This class is a PdfExponentialFunction.
| PdfExponentialFunction::PdfExponentialFunction | ( | PdfDocument & | doc, |
| const PdfArray & | domain, | ||
| const PdfArray & | c0, | ||
| const PdfArray & | c1, | ||
| double | exponent ) |
Create a new PdfExponentialFunction object.
| doc | parent document |
| domain | this array describes the input parameters of this PdfFunction. If this function has m input parameters, this array has to contain 2*m numbers where each number describes either the lower or upper boundary of the input range. |
| c0 | |
| c1 | |
| exponent |