#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 20 of file mandelbrot.h.
|
inline |
Definition at line 29 of file mandelbrot.h.
Definition at line 31 of file mandelbrot.cpp.
void MandelbrotThread::run | ( | ) |
Definition at line 111 of file mandelbrot.cpp.
|
friend |
Definition at line 22 of file mandelbrot.h.
|
private |
Definition at line 25 of file mandelbrot.h.
|
private |
Definition at line 25 of file mandelbrot.h.
|
private |
Definition at line 26 of file mandelbrot.h.
|
private |
Definition at line 24 of file mandelbrot.h.
|
private |
Definition at line 23 of file mandelbrot.h.