#include <plot3d.h>
|
| Plot3D (QWidget *parent=0) |
| Constructor.
|
|
void | setData (QVector< float > plotData, int plotWidth, int x, int y, int z) |
| Sets plot data.
|
|
void | setMapping (int x, int y, int z) |
|
void | setInformation (QStringList info) |
| Sets plot information.
|
|
void | updateData (QVector< float > plotData, int x, int y, int z) |
| Updates plot data.
|
|
Plot3D::Plot3D |
( |
QWidget * |
parent = 0 | ) |
|
void Plot3D::disableRendering |
( |
| ) |
|
|
slot |
void Plot3D::enableRendering |
( |
| ) |
|
|
slot |
void Plot3D::setData |
( |
QVector< float > |
plotData, |
|
|
int |
plotWidth, |
|
|
int |
x, |
|
|
int |
y, |
|
|
int |
z |
|
) |
| |
Sets plot data.
- Parameters
-
[in] | plotData | - plot data |
[in] | plotWidth | - number of plot elements in each dimension |
[in] | x | - dimension id to be mapped to x axis |
[in] | y | - dimension id to be mapped to y axis |
[in] | z | - dimension id to be mapped to z axis |
void Plot3D::setInformation |
( |
QStringList |
info | ) |
|
Sets plot information.
- Parameters
-
[in] | info | - plot information |
void Plot3D::setMapping |
( |
int |
x, |
|
|
int |
y, |
|
|
int |
z |
|
) |
| |
void Plot3D::setSurfaceRenderMode |
( |
int |
modeID | ) |
|
|
slot |
Sets surface rendering mode.
- Parameters
-
[in] | modeID | - rendering mode id |
void Plot3D::updateData |
( |
QVector< float > |
plotData, |
|
|
int |
x, |
|
|
int |
y, |
|
|
int |
z |
|
) |
| |
Updates plot data.
- Parameters
-
[in] | plotData | - plot data |
[in] | x | - dimension id to be mapped to x axis |
[in] | y | - dimension id to be mapped to y axis |
[in] | z | - dimension id to be mapped to z axis |
QVector<float> Plot3D::weights |
The documentation for this class was generated from the following files:
- C:/Users/mpeniak/Dropbox/Aquila/trunk/aquila/include/plot3d.h
- C:/Users/mpeniak/Dropbox/Aquila/trunk/aquila/src/plot3d.cpp