Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

PoDoFo::PdfStitchingFunction Class Reference

#include <PdfFunction.h>

Inheritance diagram for PoDoFo::PdfStitchingFunction:

PoDoFo::PdfFunction PoDoFo::PdfElement List of all members.

Public Member Functions

 PdfStitchingFunction (const PdfFunction::List &rlstFunctions, const PdfArray &rDomain, const PdfArray &rBounds, const PdfArray &rEncode, PdfVecObjects *pParent)
 PdfStitchingFunction (const PdfFunction::List &rlstFunctions, const PdfArray &rDomain, const PdfArray &rBounds, const PdfArray &rEncode, PdfDocument *pParent)

Detailed Description

This class is a PdfStitchingFunction, i.e. a PdfFunction that combines more than one PdfFunction into one.

It combines several PdfFunctions that take 1 input parameter to a new PdfFunction taking again only 1 input parameter.


Constructor & Destructor Documentation

PoDoFo::PdfStitchingFunction::PdfStitchingFunction const PdfFunction::List &  rlstFunctions,
const PdfArray &  rDomain,
const PdfArray &  rBounds,
const PdfArray &  rEncode,
PdfVecObjects pParent
 

Create a new PdfStitchingFunction object.

Parameters:
rlstFunctions a list of functions which are used to built up this function object
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.
rBounds the bounds array
rEncode the encode array
pParent parent vector of objects

PoDoFo::PdfStitchingFunction::PdfStitchingFunction const PdfFunction::List &  rlstFunctions,
const PdfArray &  rDomain,
const PdfArray &  rBounds,
const PdfArray &  rEncode,
PdfDocument pParent
 

Create a new PdfStitchingFunction object.

Parameters:
rlstFunctions a list of functions which are used to built up this function object
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.
rBounds the bounds array
rEncode the encode array
pParent parent document


Generated on Sun Feb 12 13:19:32 2012 for PoDoFo by  doxygen 1.3.9.1