PoDoFo 0.9.20
PoDoFo::PdfStitchingFunction Class Reference

#include <PdfFunction.h>

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

Public Member Functions

 PdfStitchingFunction (PdfDocument &doc, const PdfFunction::List &functions, const PdfArray &domain, const PdfArray &bounds, const PdfArray &encode)
 

Additional Inherited Members

- Protected Member Functions inherited from PoDoFo::PdfFunction
 PdfFunction (PdfDocument &doc, PdfFunctionType functionType, const PdfArray &domain)
 

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

PdfStitchingFunction::PdfStitchingFunction ( PdfDocument & doc,
const PdfFunction::List & functions,
const PdfArray & domain,
const PdfArray & bounds,
const PdfArray & encode )

Create a new PdfStitchingFunction object.

Parameters
functionsa list of functions which are used to built up this function object
domainthis 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.
boundsthe bounds array
encodethe encode array
parentparent document

The documentation for this class was generated from the following files: