#include <GPointInitialisation.hpp>


Public Member Functions | |
| PointAleatoire (unsigned long int nbMPointMax=100, double facteurZone=1.) | |
| Constructeur. | |
| void | debut () |
| Positionne la génération des points d'initialisation au début. | |
| point | nouveauPoint () |
| Donne le point d'initialisation courant et passe au suivant. | |
| bool | fin () |
| Permet de savoir si tous les points d'initialisation ont été donnés. | |
Definition at line 71 of file GPointInitialisation.hpp.
| Fractale::PointAleatoire::PointAleatoire | ( | unsigned long int | nbMPointMax = 100, |
|
| double | facteurZone = 1. | |||
| ) | [inline] |
Constructeur.
| nbMPointMax | : nombre de point à générer. En million de point. | |
| facteurZone | : facteur d'élargissement de la zone de l'image dans le plan complexe. |
Definition at line 86 of file GPointInitialisation.hpp.
| point Fractale::PointAleatoire::nouveauPoint | ( | ) | [inline, virtual] |
Donne le point d'initialisation courant et passe au suivant.
Implements Fractale::GPointInitialisation.
Definition at line 96 of file GPointInitialisation.hpp.
References Fractale::Random::generateDouble(), Fractale::Zone::h, Fractale::Zone::l, Fractale::GPointInitialisation::m_zone, Fractale::Zone::x, and Fractale::Zone::y.
| bool Fractale::PointAleatoire::fin | ( | ) | [inline, virtual] |
Permet de savoir si tous les points d'initialisation ont été donnés.
Implements Fractale::GPointInitialisation.
Definition at line 122 of file GPointInitialisation.hpp.
1.5.5