#include <imagetiler.h>
Signals | |
void | finished (long max) |
void | processed () |
Public Member Functions | |
ImageTiler (QVector< QVector< long > > &, QMutex &, QRectF w, QSize r, fractale *f, bool type, long nbRandom, int start, int step, int id) | |
virtual | ~ImageTiler () |
virtual void | run () |
Public Attributes | |
long | maxValue |
Protected Member Functions | |
void | processSinglePoint (std::complex< float > &, fractale *, float, float) |
déroule toute une liste fractale | |
Protected Attributes | |
QRectF | window |
QSize | size |
fractale * | frac |
bool | displayRandomPoints |
long | nbRandom |
int | start |
int | step |
int | id |
QMutex & | mutex |
QVector< QVector< long > > & | destinationArray |
Definition at line 34 of file imagetiler.h.