PoDoFo 0.9.1
Public Member Functions
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:
rlstFunctionsa list of functions which are used to built up this function object
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.
rBoundsthe bounds array
rEncodethe encode array
pParentparent 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:
rlstFunctionsa list of functions which are used to built up this function object
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.
rBoundsthe bounds array
rEncodethe encode array
pParentparent document