12 #include <COP2/COP2_Generator.h> 21 COP2_Lyapunov(OP_Network* parent,
const char* name, OP_Operator* entry);
46 fpreal32 t,
int xres,
int yres,
int thread,
int max_threads);
49 OP_ERROR
generateTile(COP2_Context& context, TIL_TileList* tileList);
OP is meant to remove the need to write public 'myConstructor' methods in every class like the exampl...
Definition: FractalNode.h:359
Small object storing both the Fractal and the Transformation space info.
Definition: COP2_Lyapunov.h:56
OP_ERROR generateTile(COP2_Context &context, TIL_TileList *tileList)
Generates the image.
Definition: COP2_Lyapunov.cpp:83
Header that manages the transformations of fractals, and convertion from picture-plane (WORLDPIXEL) s...
static OP_VariablePair myVariablePair
Assign empty variable pairing.
Definition: COP2_Lyapunov.h:32
virtual TIL_Sequence * cookSequenceInfo(OP_ERROR &error)
Determine Frame Range, Image Composition, and other Sequence Info.
Definition: COP2_Lyapunov.cpp:18
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.
Definition: COP2_Lyapunov.cpp:30
Object that stores and manipulates the overall 'offset' between the transformation space...
Definition: FractalSpace.h:56
Lyapunov Operator class.
Definition: COP2_Lyapunov.h:18
static OP_TemplatePair myTemplatePair
Assign Template Pair of node to generator.
Definition: COP2_Lyapunov.h:29
Definition: COP2_Buddhabrot.h:17
Header declaring the Lyapunov fractal class.
Lyapunov Fractal Class.
Definition: Lyapunov.h:19
static PRM_Template myTemplateList[]
Populated heavily from macros from FractalNode.h.
Definition: COP2_Lyapunov.h:26
Lyapunov fractal
The transformation space of the Lyapunov.
Definition: COP2_Lyapunov.h:59
static CH_LocalVariable myVariableList[]
Empty.
Definition: COP2_Lyapunov.h:35