PoDoFo 0.9.6
PoDoFo::PdfStitchingFunction Class Reference

#include <PdfFunction.h>

Inheritance diagram for PoDoFo::PdfStitchingFunction:
PoDoFo::PdfFunction PoDoFo::PdfElement

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)
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 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

◆ PdfStitchingFunction() [1/2]

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

◆ PdfStitchingFunction() [2/2]

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