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

Go to the source code of this file.

Namespaces

 fractalTwo
 This namespace contains the equations and parameters that are used to generate the second example fractal.
 

Typedefs

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

Functions

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