28 #include <QWaitCondition> 39 void brot(
const QSize &size,
float x,
float y,
float scale);
44 void emitImage(
const QImage &image, quint64 cycles) { emit
ready(image, cycles); }
47 virtual void mandelMe(QImage &image,
float x,
float y,
float scale,
int maxIterations) = 0;
51 void ready(
const QImage &image, quint64 cycles);
62 template<MandelImpl Impl>
66 Mandel(QObject *_parent = 0);
69 void mandelMe(QImage &image,
float x,
float y,
float scale,
int maxIterations);
void emitImage(const QImage &image, quint64 cycles)
virtual void mandelMe(QImage &image, float x, float y, float scale, int maxIterations)=0
MandelBase(QObject *_parent=0)
void brot(const QSize &size, float x, float y, float scale)
void ready(const QImage &image, quint64 cycles)