PoDoFo::PdfExponentialFunction Class Reference

#include <PdfFunction.h>

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

List of all members.

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)

Detailed Description

This class is a PdfExponentialFunction.


Constructor & Destructor Documentation

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

Generated on 16 Feb 2010 for PoDoFo by  doxygen 1.6.1