This class takes in a DataCollisionEnergy and outputs an OpenGL plot of points with color for temperature.
More...
#include <GLEnergyCollision.h>
|
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 DataCollisionEnergy and outputs an OpenGL plot of points with color for temperature.
GLEnergyCollision::GLEnergyCollision |
( |
QWidget * |
parent = 0 | ) |
|
Initializes the settings for the widget.
- Parameters
-
parent | The parent container. |
Set the data to be read for this data collision energy.
- Parameters
-
The documentation for this class was generated from the following files: