PoDoFo 0.9.6
PoDoFo::PdfExponentialFunction Class Reference

#include <PdfFunction.h>

Inheritance diagram for PoDoFo::PdfExponentialFunction:
PoDoFo::PdfFunction PoDoFo::PdfElement

Public Member Functions

 PdfExponentialFunction (const PdfArray &rDomain, const PdfArray &rC0, const PdfArray &rC1, double dExponent, PdfVecObjects *pParent)
 PdfExponentialFunction (const PdfArray &rDomain, const PdfArray &rC0, const PdfArray &rC1, double dExponent, PdfDocument *pParent)
Public Member Functions inherited from PoDoFo::PdfElement
PdfObjectGetObject ()
const PdfObjectGetObject () const

Additional Inherited Members

Protected Member Functions inherited from PoDoFo::PdfFunction
 PdfFunction (EPdfFunctionType eType, const PdfArray &rDomain, PdfVecObjects *pParent)
 PdfFunction (EPdfFunctionType eType, const PdfArray &rDomain, PdfDocument *pParent)
Protected Member Functions inherited from PoDoFo::PdfElement
 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
PdfObjectCreateObject (const char *pszType=NULL)
PdfObjectGetNonConstObject () const

Detailed Description

This class is a PdfExponentialFunction.

Constructor & Destructor Documentation

◆ PdfExponentialFunction() [1/2]

PoDoFo::PdfExponentialFunction::PdfExponentialFunction ( const PdfArray & rDomain,
const PdfArray & rC0,
const PdfArray & rC1,
double dExponent,
PdfVecObjects * pParent )

Create a new PdfExponentialFunction object.

Parameters
rDomainthis 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
pParentparent vector of objects

◆ PdfExponentialFunction() [2/2]

PoDoFo::PdfExponentialFunction::PdfExponentialFunction ( const PdfArray & rDomain,
const PdfArray & rC0,
const PdfArray & rC1,
double dExponent,
PdfDocument * pParent )

Create a new PdfExponentialFunction object.

Parameters
rDomainthis 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
pParentparent document