hexamandelbrot Class Reference

Inheritance diagram for hexamandelbrot:

mandelbrot fractale List of all members.

Public Member Functions

 hexamandelbrot (std::complex< float > &c, long i)
 Constructeur.
 ~hexamandelbrot ()
 Destructeur.
std::complex< float > next (std::complex< float > &c)
 Calcule la prochaine valeur de la suite.
virtual hexamandelbrotclone ()
QString getName ()

Static Public Member Functions

static QRectF getBestWindow ()

Detailed Description

Definition at line 32 of file hexamandelbrot.h.


Constructor & Destructor Documentation

hexamandelbrot::hexamandelbrot std::complex< float > &  c,
long  i
 

Constructeur.

Parameters:
c : nombre complexe caractéristique de la suite fractale
i : nombre d'itérations maximum à considérer

Definition at line 26 of file hexamandelbrot.cpp.

Referenced by clone().


Member Function Documentation

std::complex< float > hexamandelbrot::next std::complex< float > &  c  )  [virtual]
 

Calcule la prochaine valeur de la suite.

Parameters:
c : valeur dont on cherche le suivant
Returns:
nouveau point

Reimplemented from mandelbrot.

Definition at line 33 of file hexamandelbrot.cpp.

References fractale::start, and fractale::tmp.


The documentation for this class was generated from the following files:
Generated on Fri Feb 26 21:07:53 2010 for BuddhaBrot by  doxygen 1.4.6-NO