#include <COP2_SampleFilter.h>

Public Member Functions | |
| cop2_SampleFilterContext () | |
| virtual | ~cop2_SampleFilterContext () |
| virtual bool | createPerPlane () const |
| When true, this context data object is recreated for each plane. | |
| virtual bool | createPerRes () const |
| virtual bool | createPerTime () const |
| virtual bool | createPerThread () const |
Public Attributes | |
| float * | myKernel |
| Kernel filter derived from parameters. | |
| float | myLeft |
| float | myRight |
| float | myTop |
| float | myBottom |
Definition at line 109 of file COP2_SampleFilter.h.
| HDK_Sample::cop2_SampleFilterContext::cop2_SampleFilterContext | ( | ) | [inline] |
| virtual HDK_Sample::cop2_SampleFilterContext::~cop2_SampleFilterContext | ( | ) | [inline, virtual] |
| virtual bool HDK_Sample::cop2_SampleFilterContext::createPerPlane | ( | ) | const [inline, virtual] |
When true, this context data object is recreated for each plane.
Reimplemented from COP2_ContextData.
Definition at line 120 of file COP2_SampleFilter.h.
| virtual bool HDK_Sample::cop2_SampleFilterContext::createPerRes | ( | ) | const [inline, virtual] |
When true, this context data object is recreated for each resolution cooked.
Reimplemented from COP2_ContextData.
Definition at line 124 of file COP2_SampleFilter.h.
| virtual bool HDK_Sample::cop2_SampleFilterContext::createPerThread | ( | ) | const [inline, virtual] |
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 133 of file COP2_SampleFilter.h.
| virtual bool HDK_Sample::cop2_SampleFilterContext::createPerTime | ( | ) | const [inline, virtual] |
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 128 of file COP2_SampleFilter.h.
Cached Parameters
Definition at line 140 of file COP2_SampleFilter.h.
Kernel filter derived from parameters.
Definition at line 144 of file COP2_SampleFilter.h.
Cached Parameters
Definition at line 137 of file COP2_SampleFilter.h.
Cached Parameters
Definition at line 138 of file COP2_SampleFilter.h.
Cached Parameters
Definition at line 139 of file COP2_SampleFilter.h.
1.5.9