Paul Heidmann Fractal Example  1.0
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
oNfractal
|oCfractalParamsThis class is a container class for the parameters that are used to generate a fractal
|oCnewtonsMethodThis 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)
|\CthreadedFractalEngineThis class splits the work of computing a given fractal amoung several threads
oNfractalOneThis namespace contains the equations and parameters that are used to generate the first example fractal
oNfractalTwoThis namespace contains the equations and parameters that are used to generate the second example fractal
\Npng
 \CpngFactoryThis class provides an interface into libpng that is not completely insane (like libpng's native interface). The code in this class is fairly ugly