HDK
|
Storage class for our parameters and the kernel. More...
#include <COP2_SampleFilter.h>
Public Member Functions | |
cop2_SampleFilterContext () | |
~cop2_SampleFilterContext () override | |
bool | createPerPlane () const override |
When true, this context data object is recreated for each plane. More... | |
bool | createPerRes () const override |
bool | createPerTime () const override |
bool | createPerThread () const override |
Public Member Functions inherited from COP2_ContextData | |
COP2_ContextData () | |
virtual | ~COP2_ContextData () |
Public Attributes | |
float * | myKernel |
Kernel filter derived from parameters. More... | |
float | myLeft |
float | myRight |
float | myTop |
float | myBottom |
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 *) |
Storage class for our parameters and the kernel.
Definition at line 110 of file COP2_SampleFilter.h.
|
inline |
Definition at line 113 of file COP2_SampleFilter.h.
|
inlineoverride |
Definition at line 118 of file COP2_SampleFilter.h.
|
inlineoverridevirtual |
When true, this context data object is recreated for each plane.
Reimplemented from COP2_ContextData.
Definition at line 121 of file COP2_SampleFilter.h.
|
inlineoverridevirtual |
When true, this context data object is recreated for each resolution cooked.
Reimplemented from COP2_ContextData.
Definition at line 125 of file COP2_SampleFilter.h.
|
inlineoverridevirtual |
When true, each thread gets its own version of a context data. This is useful if the context data contains allocated memory to be used for intermediate steps.
Reimplemented from COP2_ContextData.
Definition at line 134 of file COP2_SampleFilter.h.
|
inlineoverridevirtual |
When true, this context data object is recreated for each frame. In most cases, this returns true since parameters can be animated.
Reimplemented from COP2_ContextData.
Definition at line 129 of file COP2_SampleFilter.h.
float HDK_Sample::cop2_SampleFilterContext::myBottom |
Cached Parameters
Definition at line 141 of file COP2_SampleFilter.h.
float* HDK_Sample::cop2_SampleFilterContext::myKernel |
Kernel filter derived from parameters.
Definition at line 145 of file COP2_SampleFilter.h.
float HDK_Sample::cop2_SampleFilterContext::myLeft |
Cached Parameters
Definition at line 138 of file COP2_SampleFilter.h.
float HDK_Sample::cop2_SampleFilterContext::myRight |
Cached Parameters
Definition at line 139 of file COP2_SampleFilter.h.
float HDK_Sample::cop2_SampleFilterContext::myTop |
Cached Parameters
Definition at line 140 of file COP2_SampleFilter.h.