PoDoFo 0.9.20
PoDoFo::PdfSampledFunction Class Reference

#include <PdfFunction.h>

Inheritance diagram for PoDoFo::PdfSampledFunction:
PoDoFo::PdfFunction

Public Member Functions

 PdfSampledFunction (PdfDocument &doc, const PdfArray &domain, const PdfArray &range, const PdfFunction::Sample &samples)
 

Additional Inherited Members

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

Detailed Description

This class is a PdfSampledFunction.

Constructor & Destructor Documentation

◆ PdfSampledFunction()

PdfSampledFunction::PdfSampledFunction ( PdfDocument & doc,
const PdfArray & domain,
const PdfArray & range,
const PdfFunction::Sample & samples )

Create a new PdfSampledFunction object.

Parameters
docparent document
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.
rangethis array describes the output parameters of this PdfFunction. If this function has n input parameters, this array has to contain 2*n numbers where each number describes either the lower or upper boundary of the output range.
samplesa list of bytes which are used to build up this function sample data