CC-Fractal-Suite
Public Member Functions | Public Attributes | List of all members
CC::FractalCoordsInfo Struct Reference

A small container struct for fractal output. More...

#include <Fractal.h>

Public Member Functions

 FractalCoordsInfo (int num_iter=0, COMPLEX z=COMPLEX(), fpreal smooth=0.0)
 

Public Attributes

int num_iter { 0 }
 
COMPLEX z
 
fpreal smooth
 

Detailed Description

A small container struct for fractal output.

Fractals can return one or more of these types, it is up to the Fractal author to decide which ones actually get used. Mandelbrots for example can sensibly return all these values, while Pickovers don't have a meaningful 'num_iter' in their equation.


The documentation for this struct was generated from the following files: