This class takes in a DataSavepoint and outputs an OpenGL plot of points.
More...
#include <GLParticleDist.h>
|
| | GLParticleDist (QWidget *parent=0) |
| | Initializes the settings for the widget. More...
|
| |
| void | setData (DataSavepoint *data, int index) |
| | Set the data to be read for this savepoint. More...
|
| |
|
void | changeDataSet (int index) |
| |
| | GraphGL (QWidget *parent=0) |
| | Initializes the settings for the widget. More...
|
| |
|
| ~GraphGL (void) |
| | Destructs the memory allocation for the object.
|
| |
|
|
void | draw () |
| | This function is to be overridden in the subclasses and is required to perform all drawing operations.
|
| |
|
void | paintGL (void) |
| | This is the override function for the shared functions of the OpenGL based graphs.
|
| |
| void | resizeGL (int width, int height) |
| | This function is called after initialization and every subsequent resize of the graph. More...
|
| |
|
|
GLuint | listNumber |
| | This number is used by draw to display the glList.
|
| |
|
map< int, GLuint > | listMap |
| |
This class takes in a DataSavepoint and outputs an OpenGL plot of points.
| GLParticleDist::GLParticleDist |
( |
QWidget * |
parent = 0 | ) |
|
Initializes the settings for the widget.
- Parameters
-
| parent | The parent container. |
Set the data to be read for this savepoint.
- Parameters
-
The documentation for this class was generated from the following files: