Paul Heidmann Fractal Example  1.0
threadedFractalEngine.hpp File Reference
#include <deque>
#include <mutex>
#include <vector>
#include <memory>
#include <thread>
#include <bitset>
#include <cstdint>
#include <iostream>
#include <algorithm>
#include <functional>
#include <boost/utility.hpp>
#include <math.h>
#include <pngFactory.hpp>
#include <fractalParams.hpp>
#include <newtonsMethod.hpp>
Include dependency graph for threadedFractalEngine.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fractal::threadedFractalEngine< floatType >
 This class splits the work of computing a given fractal amoung several threads. More...
 

Namespaces

 fractal