#include <GPointInitialisation.hpp>


Public Member Functions | |
| virtual void | debut ()=0 |
| Positionne la génération des points d'initialisation au début. | |
| virtual point | nouveauPoint ()=0 |
| Donne le point d'initialisation courant et passe au suivant. | |
| virtual bool | fin ()=0 |
| Permet de savoir si tous les points d'initialisation ont été donnés. | |
Public Attributes | |
| Zone | m_zone |
Definition at line 46 of file GPointInitialisation.hpp.
| virtual point Fractale::GPointInitialisation::nouveauPoint | ( | ) | [pure virtual] |
Donne le point d'initialisation courant et passe au suivant.
Implemented in Fractale::PointAleatoire, and Fractale::PointImage.
| virtual bool Fractale::GPointInitialisation::fin | ( | ) | [pure virtual] |
Permet de savoir si tous les points d'initialisation ont été donnés.
Implemented in Fractale::PointAleatoire, and Fractale::PointImage.
Zone de l'image dans le plan complexe
Definition at line 48 of file GPointInitialisation.hpp.
Referenced by Fractale::PointImage::fin(), Fractale::PointImage::nouveauPoint(), and Fractale::PointAleatoire::nouveauPoint().
1.5.5