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

Public Methods | |
| virtual ComplexNumber | iterate (const ComplexNumber &z, const ComplexNumber &u) const |
| Performs one iteration in the Mandelbrot set calculation. | |
| virtual unsigned short | iterate_to_end (const ComplexNumber &initial_z, const ComplexNumber &u, unsigned short max_itns) const |
| Calculates the number of iterations needed to determine that the given point is outside the Mandelbrot set, or returns 'max_itns' if the point may be in the set. | |
|
||||||||||||
|
Performs one iteration in the Mandelbrot set calculation.
Implements Processor. |
|
||||||||||||||||
|
Calculates the number of iterations needed to determine that the given point is outside the Mandelbrot set, or returns 'max_itns' if the point may be in the set.
Implements Processor. |
1.2.16