PoDoFo::PdfFunction Class Reference

#include <PdfFunction.h>

Inheritance diagram for PoDoFo::PdfFunction:

PoDoFo::PdfElement PoDoFo::PdfExponentialFunction PoDoFo::PdfSampledFunction PoDoFo::PdfStitchingFunction

List of all members.

Protected Member Functions

 PdfFunction (EPdfFunctionType eType, const PdfArray &rDomain, PdfVecObjects *pParent)
 PdfFunction (EPdfFunctionType eType, const PdfArray &rDomain, PdfDocument *pParent)


Detailed Description

This class defines a PdfFunction.

Constructor & Destructor Documentation

PoDoFo::PdfFunction::PdfFunction ( EPdfFunctionType  eType,
const PdfArray &  rDomain,
PdfVecObjects pParent 
) [protected]

Create a new PdfFunction object.

Parameters:
eType the function type
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.
pParent parent vector of objects

PoDoFo::PdfFunction::PdfFunction ( EPdfFunctionType  eType,
const PdfArray &  rDomain,
PdfDocument pParent 
) [protected]

Create a new PdfFunction object.

Parameters:
eType the function type
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.
pParent parent document


Generated on Wed Aug 25 20:24:58 2010 for PoDoFo by  doxygen 1.5.7.1