Paul Heidmann Fractal Example  1.0
fractalOne.hpp File Reference
#include <memory>
#include <cstdint>
#include <complex>
#include <fractalParams.hpp>
Include dependency graph for fractalOne.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 fractalOne
 This namespace contains the equations and parameters that are used to generate the first example fractal.
 

Typedefs

typedef double fractalOne::fltType
 
typedef fractal::fractalParams
< fltType > 
fractalOne::fractalParamsType
 
typedef std::complex< fltType > fractalOne::cmplxType
 

Functions

std::shared_ptr
< fractalParamsType > 
fractalOne::getFractalParams (void)