#include <fractale.h>
Inheritance diagram for fractale:
Public Member Functions | |
fractale (std::complex< float > &s, long i) | |
Constructeur. | |
fractale () | |
virtual | ~fractale () |
Destructeur. | |
void | setMaxIterations (long i) |
void | setStart (std::complex< float > &s) |
int | getMaxIterations () |
Protected Attributes | |
std::complex< float > | start |
std::complex< float > | tmp |
long | maxIterations |
long | nbIterations |
Definition at line 32 of file fractale.h.
|
Constructeur.
Definition at line 41 of file fractale.h. |