HDK
|
#include <IMX_PixelFunctions.h>
Public Member Functions | |
IMX_CosHFunc (float scale) | |
![]() | |
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 Member Functions | |
virtual void | getOpenCL (UT_StringHolder &code) override |
Protected Attributes | |
float | myScale |
![]() | |
int | myNumComps = 0 |
float | myA = 0 |
float | myB = 0 |
Definition at line 194 of file IMX_PixelFunctions.h.
|
inline |
Definition at line 197 of file IMX_PixelFunctions.h.
|
overrideprotectedvirtual |
Implements IMX_PixelFunction.
|
protected |
Definition at line 200 of file IMX_PixelFunctions.h.