HDK
|
#include <COP2_PixelOp.h>
Public Member Functions | |
cop2_PixelOpContext () | |
~cop2_PixelOpContext () override | |
bool | createPerPlane () const override |
bool | createPerRes () const override |
bool | createPerThread () const override |
Public Member Functions inherited from COP2_ContextData | |
COP2_ContextData () | |
virtual | ~COP2_ContextData () |
Public Attributes | |
RU_PixelEngine * | myEngine |
RU_GPUPixelEngine * | myGPUEngine |
COP2_PixelFunction * | myFunction |
Additional Inherited Members | |
Static Public Member Functions inherited from UT_SmallObject< COP2_ContextData, UT_SMALLOBJECT_CLEANPAGES_OFF, 31, UT_SMALLOBJECT_THREADSAFE_ON, 512 > | |
static void * | operator new (size_t size) |
Regular new/delete operators. More... | |
static void | operator delete (void *p, size_t size) |
Regular new/delete operators. More... | |
static void * | operator new (size_t, void *p) |
static void | operator delete (void *, void *) |
Protected Member Functions inherited from COP2_ContextData | |
virtual bool | createPerTime () const |
Definition at line 113 of file COP2_PixelOp.h.
|
inline |
Definition at line 116 of file COP2_PixelOp.h.
|
override |
|
inlineoverridevirtual |
Reimplemented from COP2_ContextData.
Definition at line 121 of file COP2_PixelOp.h.
|
inlineoverridevirtual |
Reimplemented from COP2_ContextData.
Definition at line 122 of file COP2_PixelOp.h.
|
overridevirtual |
Reimplemented from COP2_ContextData.
RU_PixelEngine* cop2_PixelOpContext::myEngine |
Definition at line 125 of file COP2_PixelOp.h.
COP2_PixelFunction* cop2_PixelOpContext::myFunction |
Definition at line 127 of file COP2_PixelOp.h.
RU_GPUPixelEngine* cop2_PixelOpContext::myGPUEngine |
Definition at line 126 of file COP2_PixelOp.h.