#include <mandelbrot.h>
Public Member Functions | |
MandelbrotThread (MandelbrotWidget *w, int i) | |
template<typename Real > | |
void | render (int img_width, int img_height) |
void | run () |
Private Attributes | |
int | id |
int | max_iter |
bool | single_precision |
long long | total_iter |
MandelbrotWidget * | widget |
Friends | |
class | MandelbrotWidget |
Definition at line 35 of file mandelbrot.h.
MandelbrotThread::MandelbrotThread | ( | MandelbrotWidget * | w, |
int | i | ||
) | [inline] |
Definition at line 44 of file mandelbrot.h.
void MandelbrotThread::render | ( | int | img_width, |
int | img_height | ||
) |
Definition at line 46 of file mandelbrot.cpp.
void MandelbrotThread::run | ( | ) |
Definition at line 126 of file mandelbrot.cpp.
friend class MandelbrotWidget [friend] |
Definition at line 37 of file mandelbrot.h.
int MandelbrotThread::id [private] |
Definition at line 40 of file mandelbrot.h.
int MandelbrotThread::max_iter [private] |
Definition at line 40 of file mandelbrot.h.
bool MandelbrotThread::single_precision [private] |
Definition at line 41 of file mandelbrot.h.
long long MandelbrotThread::total_iter [private] |
Definition at line 39 of file mandelbrot.h.
MandelbrotWidget* MandelbrotThread::widget [private] |
Definition at line 38 of file mandelbrot.h.