CC-Fractal-Suite
Public Member Functions | List of all members
CC::Fractal Class Referenceabstract

Base class for fractals. More...

#include <Fractal.h>

Inheritance diagram for CC::Fractal:
CC::Lyapunov CC::Mandelbrot CC::Pickover

Public Member Functions

virtual FractalCoordsInfo calculate (COMPLEX coords)=0
 Returns Fractal Info for a particular set of coords. More...
 

Detailed Description

Base class for fractals.

Member Function Documentation

§ calculate()

virtual FractalCoordsInfo CC::Fractal::calculate ( COMPLEX  coords)
pure virtual

Returns Fractal Info for a particular set of coords.

This is the only 'legal' way to calculate a fractal. This is because while a Fractal Node may have different cooking schemes, this enforces a uniformity with mathematically how the fractals cook. In other words, any COP2 node cooking type can theoretically cook any Fractal.

Implemented in CC::Pickover, CC::Mandelbrot, and CC::Lyapunov.


The documentation for this class was generated from the following file: