PoDoFo 0.9.20
|
#include <PdfFunction.h>
Public Member Functions | |
PdfStitchingFunction (PdfDocument &doc, const PdfFunction::List &functions, const PdfArray &domain, const PdfArray &bounds, const PdfArray &encode) | |
Additional Inherited Members | |
![]() | |
PdfFunction (PdfDocument &doc, PdfFunctionType functionType, const PdfArray &domain) | |
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.
PdfStitchingFunction::PdfStitchingFunction | ( | PdfDocument & | doc, |
const PdfFunction::List & | functions, | ||
const PdfArray & | domain, | ||
const PdfArray & | bounds, | ||
const PdfArray & | encode | ||
) |
Create a new PdfStitchingFunction object.
functions | a list of functions which are used to built up this function object |
domain | 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. |
bounds | the bounds array |
encode | the encode array |
parent | parent document |