|
HDK
|
#include <IMX_PixelFunctions.h>
Inheritance diagram for IMX_RaiseFunc:Public Member Functions | |
| IMX_RaiseFunc (float base) | |
| virtual void | getOpenCL (UT_StringHolder &code) override |
Public Member Functions inherited from IMX_PixelFunction | |
| void | setNumComps (int numComps) |
| int | getNumComps () const |
| void | setValueA (float a) |
| void | setValueB (float b) |
| float | getValueA () const |
| float | getValueB () const |
| IMX_PixelFunction ()=default | |
| virtual | ~IMX_PixelFunction () |
Protected Attributes | |
| float | myBase |
Protected Attributes inherited from IMX_PixelFunction | |
| int | myNumComps = 0 |
| float | myA = 0 |
| float | myB = 0 |
Definition at line 135 of file IMX_PixelFunctions.h.
|
inline |
Definition at line 138 of file IMX_PixelFunctions.h.
|
overridevirtual |
Implements IMX_PixelFunction.
|
protected |
Definition at line 141 of file IMX_PixelFunctions.h.