#include <PdfFunction.h>
◆ PdfSampledFunction()
PdfSampledFunction::PdfSampledFunction |
( |
PdfDocument & | doc, |
|
|
const PdfArray & | domain, |
|
|
const PdfArray & | range, |
|
|
const PdfFunction::Sample & | samples ) |
Create a new PdfSampledFunction object.
- Parameters
-
doc | parent document |
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. |
range | this 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. |
samples | a list of bytes which are used to build up this function sample data |