PoDoFo
0.9.6
|
#include <PdfFunction.h>
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) | |
![]() | |
PdfObject * | GetObject () |
const PdfObject * | GetObject () const |
Additional Inherited Members | |
![]() | |
PdfFunction (EPdfFunctionType eType, const PdfArray &rDomain, PdfVecObjects *pParent) | |
PdfFunction (EPdfFunctionType eType, const PdfArray &rDomain, PdfDocument *pParent) | |
![]() | |
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 |
PdfObject * | CreateObject (const char *pszType=NULL) |
PdfObject * | GetNonConstObject () const |
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.
PoDoFo::PdfStitchingFunction::PdfStitchingFunction | ( | const PdfFunction::List & | rlstFunctions, |
const PdfArray & | rDomain, | ||
const PdfArray & | rBounds, | ||
const PdfArray & | rEncode, | ||
PdfVecObjects * | pParent | ||
) |
Create a new PdfStitchingFunction object.
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.
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 |