PoDoFo 0.9.20
Protected Member Functions | List of all members
PoDoFo::PdfFunction Class Reference

#include <PdfFunction.h>

Inheritance diagram for PoDoFo::PdfFunction:
PoDoFo::PdfExponentialFunction PoDoFo::PdfSampledFunction PoDoFo::PdfStitchingFunction

Protected Member Functions

 PdfFunction (PdfDocument &doc, PdfFunctionType functionType, const PdfArray &domain)
 

Detailed Description

This class defines a PdfFunction. A function can be used in various ways in a PDF file. Examples are device dependent rasterization for high quality printing or color transformation functions for certain colorspaces.

Constructor & Destructor Documentation

◆ PdfFunction()

PdfFunction::PdfFunction ( PdfDocument doc,
PdfFunctionType  functionType,
const PdfArray domain 
)
protected

Create a new PdfFunction object.

Parameters
functionTypethe function type
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.
parentparent document