Definition at line 35 of file mandel.h.
|
| void | ready (const QImage &image, quint64 cycles) |
| |
|
| void | brot (const QSize &size, float x, float y, float scale) |
| |
#include </builddir/build/BUILD/root-6.06.08/math/vc/examples/mandelbrot/mandel.h>
§ MandelBase()
| MandelBase::MandelBase |
( |
QObject * |
_parent = 0 | ) |
|
|
protected |
§ ~MandelBase()
| MandelBase::~MandelBase |
( |
| ) |
|
|
protected |
§ brot()
| void MandelBase::brot |
( |
const QSize & |
size, |
|
|
float |
x, |
|
|
float |
y, |
|
|
float |
scale |
|
) |
| |
§ emitImage()
| void MandelBase::emitImage |
( |
const QImage & |
image, |
|
|
quint64 |
cycles |
|
) |
| |
|
inlineprotected |
§ mandelMe()
| virtual void MandelBase::mandelMe |
( |
QImage & |
image, |
|
|
float |
x, |
|
|
float |
y, |
|
|
float |
scale, |
|
|
int |
maxIterations |
|
) |
| |
|
protectedpure virtual |
§ ready
| void MandelBase::ready |
( |
const QImage & |
image, |
|
|
quint64 |
cycles |
|
) |
| |
|
signal |
§ restart()
| bool MandelBase::restart |
( |
| ) |
const |
|
inlineprotected |
§ run()
§ m_abort
§ m_mutex
| QMutex MandelBase::m_mutex |
|
private |
§ m_restart
| bool MandelBase::m_restart |
|
private |
§ m_scale
| float MandelBase::m_scale |
|
private |
§ m_size
§ m_wait
| QWaitCondition MandelBase::m_wait |
|
private |
§ m_x
§ m_y
The documentation for this class was generated from the following files: