|
CC-Fractal-Suite
|
Source that declares new(Context)Operator functions. More...
#include "FractalNode.h"#include "register.h"#include "COP2_Buddhabrot.h"#include "COP2_FractalMatte.h"#include "COP2_Mandelbrot.h"#include "COP2_Lyapunov.h"#include "COP2_Pickover.h"#include <UT/UT_DSOVersion.h>#include <UT/UT_String.h>#include <OP/OP_OperatorTable.h>Functions | |
| void | newCop2Operator (OP_OperatorTable *table) |
| Only one UT_DSOVersion include is allowed per-plugin. More... | |
Source that declares new(Context)Operator functions.
Houdini automatically calls these methods to add our Operators to the operator table. Therefore, these are kept in the global namespace as the usage of these functions do not belong to us.
| void newCop2Operator | ( | OP_OperatorTable * | table | ) |
Only one UT_DSOVersion include is allowed per-plugin.
Registers Cop2 nodes with Houdini.
Creates the Buddhabrot Definition
Creates the Fractal Matte Definition
Creates the Lyapunov Fractal Definition
Creates the Mandelbrot Fractal Definition
Creates the Pickover Definition
1.8.12