|
PoDoFo
0.9.6
|
#include <PdfFunction.h>
Protected Member Functions | |
| PdfFunction (EPdfFunctionType eType, const PdfArray &rDomain, PdfVecObjects *pParent) | |
| PdfFunction (EPdfFunctionType eType, const PdfArray &rDomain, PdfDocument *pParent) | |
Protected Member Functions inherited from PoDoFo::PdfElement | |
| PdfElement (const char *pszType, PdfVecObjects *pParent) | |
| PdfElement (const char *pszType, PdfDocument *pParent) | |
| PdfElement (const char *pszType, PdfObject *pObject) | |
| PdfElement (EPdfDataType eExpectedDataType, PdfObject *pObject) | |
| const char * | TypeNameForIndex (int i, const char **ppTypes, long lLen) const |
| int | TypeNameToIndex (const char *pszType, const char **ppTypes, long lLen, int nUnknownValue) const |
| PdfObject * | CreateObject (const char *pszType=NULL) |
| PdfObject * | GetNonConstObject () const |
Additional Inherited Members | |
Public Member Functions inherited from PoDoFo::PdfElement | |
| PdfObject * | GetObject () |
| const PdfObject * | GetObject () const |
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.
|
protected |
Create a new PdfFunction object.
| eType | the function type |
| rDomain | 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. |
| pParent | parent vector of objects |
|
protected |
Create a new PdfFunction object.
| eType | the function type |
| rDomain | 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. |
| pParent | parent document |