#include <PdfFunction.h>
|
| PdfFunction (EPdfFunctionType eType, const PdfArray &rDomain, PdfVecObjects *pParent) |
|
| PdfFunction (EPdfFunctionType eType, const PdfArray &rDomain, PdfDocument *pParent) |
|
| PdfElement (const char *pszType, PdfVecObjects *pParent) |
|
| PdfElement (const char *pszType, PdfDocument *pParent) |
|
| PdfElement (const char *pszType, PdfObject *pObject) |
|
| PdfElement (EPdfDataType eExpectedDataType, PdfObject *pObject) |
|
const char * | TypeNameForIndex (int i, const char **ppTypes, long lLen) const |
|
int | TypeNameToIndex (const char *pszType, const char **ppTypes, long lLen, int nUnknownValue) const |
|
PdfObject * | CreateObject (const char *pszType=NULL) |
|
PdfObject * | GetNonConstObject () const |
|
PoDoFo::PdfExponentialFunction::PdfExponentialFunction |
( |
const PdfArray & |
rDomain, |
|
|
const PdfArray & |
rC0, |
|
|
const PdfArray & |
rC1, |
|
|
double |
dExponent, |
|
|
PdfVecObjects * |
pParent |
|
) |
| |
Create a new PdfExponentialFunction object.
- Parameters
-
rDomain | 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. |
rC0 | |
rC1 | |
dExponent | |
pParent | parent vector of objects |
PoDoFo::PdfExponentialFunction::PdfExponentialFunction |
( |
const PdfArray & |
rDomain, |
|
|
const PdfArray & |
rC0, |
|
|
const PdfArray & |
rC1, |
|
|
double |
dExponent, |
|
|
PdfDocument * |
pParent |
|
) |
| |
Create a new PdfExponentialFunction object.
- Parameters
-
rDomain | 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. |
rC0 | |
rC1 | |
dExponent | |
pParent | parent document |