#include <mandelbrot.h>
Inheritance diagram for mandelbrot:

Public Member Functions | |
| mandelbrot (std::complex< float > &, long) | |
| ~mandelbrot () | |
| virtual std::complex< float > | next (std::complex< float > &) |
| bool | stop () |
| std::complex< float > | renderingDestination (std::complex< float > &) |
| bool | isVerticalSymetric () |
| bool | isImpair () |
| virtual mandelbrot * | clone () |
| QString | getName () |
Static Public Member Functions | |
| static QRectF | getBestWindow () |
Definition at line 26 of file mandelbrot.h.
1.4.6-NO