Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
This is the complete list of members for CPDF_Function, including all inherited members.
Call(pdfium::span< const float > inputs, pdfium::span< float > results) const | CPDF_Function | |
CountInputs() const | CPDF_Function | inline |
CountOutputs() const | CPDF_Function | inline |
CPDF_Function(Type type) | CPDF_Function | explicitprotected |
GetDomain(int i) const | CPDF_Function | inline |
GetRange(int i) const | CPDF_Function | inline |
Init(const CPDF_Object *pObj, VisitedSet *pVisited) | CPDF_Function | protected |
Interpolate(float x, float xmin, float xmax, float ymin, float ymax) const | CPDF_Function | |
Load(RetainPtr< const CPDF_Object > pFuncObj) | CPDF_Function | static |
Load(RetainPtr< const CPDF_Object > pFuncObj, VisitedSet *pVisited) | CPDF_Function | protectedstatic |
m_Domains | CPDF_Function | protected |
m_nInputs | CPDF_Function | protected |
m_nOutputs | CPDF_Function | protected |
m_Ranges | CPDF_Function | protected |
m_Type | CPDF_Function | protected |
Type enum name | CPDF_Function | |
v_Call(pdfium::span< const float > inputs, pdfium::span< float > results) const =0 | CPDF_Function | protectedpure virtual |
v_Init(const CPDF_Object *pObj, VisitedSet *pVisited)=0 | CPDF_Function | protectedpure virtual |
VisitedSet typedef | CPDF_Function | protected |
~CPDF_Function() | CPDF_Function | virtual |