Pickover Operator class.
More...
#include <COP2_Pickover.h>
|
virtual TIL_Sequence * | cookSequenceInfo (OP_ERROR &error) |
| Determine Frame Range, Image Composition, and other Sequence Info.
|
|
|
virtual COP2_ContextData * | newContextData (const TIL_Plane *, int, fpreal32 t, int xres, int yres, int thread, int max_threads) |
| Evaluate Parms and Stash Data for Cooking in a contextData object. More...
|
|
virtual OP_ERROR | generateTile (COP2_Context &context, TIL_TileList *tilelist) |
| Generates the image. More...
|
|
virtual bool | updateParmsFlags () override |
| Used to hide/unhide parameters. More...
|
|
Pickover Operator class.
Inherits from COP2_Generator, meaning it will cook in tiles. See 'COP Concepts' in the HDK documentation.
§ generateTile()
OP_ERROR CC::COP2_Pickover::generateTile |
( |
COP2_Context & |
context, |
|
|
TIL_TileList * |
tilelist |
|
) |
| |
|
protectedvirtual |
Generates the image.
This is a multi-threaded call.
§ newContextData()
COP2_ContextData * CC::COP2_Pickover::newContextData |
( |
const TIL_Plane * |
planename, |
|
|
int |
index, |
|
|
fpreal32 |
t, |
|
|
int |
image_sizex, |
|
|
int |
image_sizey, |
|
|
int |
thread, |
|
|
int |
maxthreads |
|
) |
| |
|
protectedvirtual |
Evaluate Parms and Stash Data for Cooking in a contextData object.
- Parameters
-
index | planename |
t | array index |
image_sizex | time |
image_sizey | xsize |
thread | ysize |
maxthreads | thread max_num_threads |
§ updateParmsFlags()
bool CC::COP2_Pickover::updateParmsFlags |
( |
| ) |
|
|
overrideprotectedvirtual |
Used to hide/unhide parameters.
§ myTemplateList
PRM_Template CC::COP2_Pickover::myTemplateList |
|
static |
Initial value:{
TEMPLATE_SWITCHER,
PRM_Template(PRM_SEPARATOR, TOOL_PARM, 1, &nameSepA),
PRM_Template()
}
Populated heavily from macros from FractalNode.h.
§ myTemplatePair
OP_TemplatePair CC::COP2_Pickover::myTemplatePair |
|
static |
Assign Template Pair of node to generator.
§ myVariableList
CH_LocalVariable CC::COP2_Pickover::myVariableList[] |
|
static |
§ myVariablePair
OP_VariablePair CC::COP2_Pickover::myVariablePair |
|
static |
Assign empty variable pairing.
The documentation for this class was generated from the following files: