|
CC-Fractal-Suite
|
Header-only include that generically declares a ton of static variables and Parm Template Macros for parameters to be used all across the CCFS. More...
#include "typedefs.h"#include <string>#include <sstream>#include <iomanip>#include <PRM/PRM_Include.h>#include <PRM/PRM_ChoiceList.h>#include <OP/OP_Network.h>#include <CH/CH_Manager.h>#include <COP2/COP2_Common.h>Go to the source code of this file.
Classes | |
| class | CC::OP |
| OP is meant to remove the need to write public 'myConstructor' methods in every class like the examples. More... | |
| struct | CC::MultiXformData |
| A simple container struct that represents the total output of a MultiXform transformation. More... | |
Macros | |
| #define | TEMPLATE_SWITCHER |
| #define | TEMPLATES_XFORM |
| Macro for creating Xform Templates for myTemplateList calls. More... | |
| #define | TEMPLATES_XFORM_MULTI |
| Macro for creating Multi-Xform parameters Add 1 to COP_SWITCHER calls. More... | |
| #define | TEMPLATES_XFORM_BUDDHABROT |
| Macro for creating the Xform Parameters, which have removed the Xord option and set more appropriate defaults for Buddhabrots. More... | |
| #define | TEMPLATES_MANDELBROT |
| Macro for creating Mandelbrot Templates. More... | |
| #define | TEMPLATES_PICKOVER |
| Macro for creating Pickover Templates. More... | |
| #define | TEMPLATES_LYAPUNOV |
| Macro for creating Lyapunov Templates. More... | |
Header-only include that generically declares a ton of static variables and Parm Template Macros for parameters to be used all across the CCFS.
| #define TEMPLATE_SWITCHER |
| #define TEMPLATES_LYAPUNOV |
Macro for creating Lyapunov Templates.
Add 5 to COP_SWITCHER calls.
| #define TEMPLATES_MANDELBROT |
Macro for creating Mandelbrot Templates.
Add 7 to COP_SWITCHER calls
| #define TEMPLATES_PICKOVER |
Macro for creating Pickover Templates.
Add 6 to COP_SWITCHER calls. Pickovers are dependent on TEMPLATES_MANDELBROT also being declared in the template argument array.
| #define TEMPLATES_XFORM |
Macro for creating Xform Templates for myTemplateList calls.
Add 4 to COP_SWITCHER calls.
| #define TEMPLATES_XFORM_BUDDHABROT |
Macro for creating the Xform Parameters, which have removed the Xord option and set more appropriate defaults for Buddhabrots.
| #define TEMPLATES_XFORM_MULTI |
Macro for creating Multi-Xform parameters Add 1 to COP_SWITCHER calls.
1.8.12