Definition at line 35 of file mandel.h.
|
| void | brot (const QSize &size, float x, float y, float scale) |
| |
#include </mnt/vdb/lsf/workspace/root-makedoc-v606/rootspi/rdoc/src/v6-06-00-patches/math/vc/examples/mandelbrot/mandel.h>
| MandelBase::MandelBase |
( |
QObject * |
_parent = 0 | ) |
|
|
protected |
| MandelBase::~MandelBase |
( |
| ) |
|
|
protected |
| void MandelBase::brot |
( |
const QSize & |
size, |
|
|
float |
x, |
|
|
float |
y, |
|
|
float |
scale |
|
) |
| |
| void MandelBase::emitImage |
( |
const QImage & |
image, |
|
|
quint64 |
cycles |
|
) |
| |
|
inlineprotected |
| virtual void MandelBase::mandelMe |
( |
QImage & |
image, |
|
|
float |
x, |
|
|
float |
y, |
|
|
float |
scale, |
|
|
int |
maxIterations |
|
) |
| |
|
protectedpure virtual |
| void MandelBase::ready |
( |
const QImage & |
image, |
|
|
quint64 |
cycles |
|
) |
| |
|
signal |
| bool MandelBase::restart |
( |
| ) |
const |
|
inlineprotected |
| QMutex MandelBase::m_mutex |
|
private |
| bool MandelBase::m_restart |
|
private |
| float MandelBase::m_scale |
|
private |
| QWaitCondition MandelBase::m_wait |
|
private |
The documentation for this class was generated from the following files: