Paul Heidmann Fractal Example  1.0
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
oCfractal::fractalParams< floatType >This class is a container class for the parameters that are used to generate a fractal
oCfractal::newtonsMethod< floatType >This class implements Newton's method (the same one from your typical first year calculus class), to find zeros of complex valued functions (in the complex plain, obviously)
\Cnoncopyable
 oCfractal::threadedFractalEngine< floatType >This class splits the work of computing a given fractal amoung several threads
 \Cpng::pngFactoryThis class provides an interface into libpng that is not completely insane (like libpng's native interface). The code in this class is fairly ugly