CC-Fractal-Suite
Classes | Enumerations
COP2_Mandelbrot.h File Reference

Header declaring the Mandelbrot Cop2 Operator. More...

#include "FractalSpace.h"
#include "Mandelbrot.h"
#include "FractalNode.h"
#include <COP2/COP2_Generator.h>

Go to the source code of this file.

Classes

class  CC::COP2_Mandelbrot
 Mandelbrot Operator class. More...
 
struct  CC::COP2_MandelbrotData
 Small object storing both the Fractal and the Transformation space info. More...
 

Enumerations

enum  CC::MandelbrotMode { SMOOTH, CC::RAW }
 Enumerates the different valid return types a Mandelbrot can have. More...
 

Detailed Description

Header declaring the Mandelbrot Cop2 Operator.

Enumeration Type Documentation

§ MandelbrotMode

Enumerates the different valid return types a Mandelbrot can have.

Enumerator
RAW 

Returns the image as logarithmically smoothed.

Returns the 'raw', unmodified output. Has integer banding.