|
PoDoFo 0.7.0
|
#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) | |
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 |
1.7.3