![]() |
.Simulation
|
DataVisualizerGUI is charged with reading in simulation data, generating and displaying metadata, and plotting data. More...
Classes | |
| class | ColorPicker |
| Allows the drawing of a color from a list of presets. More... | |
| class | DataManager |
| Object used for reading and storing data. More... | |
| class | DataVisualizer |
| The main program window of Data Visualizer. More... | |
| class | DataVisualizerGUIEX |
| Extends the primary GUI window to have the intended items and behaviors. More... | |
| class | FileProgressDialog |
| This class is a wrapper of QProgressDialog with specialized methods for updating the displayed values. More... | |
| class | G_DensityRadius |
| Implements shell density versus shell radius plots using data from snapshots. More... | |
| class | G_IonizationRadius |
| Implements shell ionization levels versus shell radius plots using data from snapshots. More... | |
| class | G_TempRadius |
| Implements shell temperatures versus shell radius plots using data from snapshots. More... | |
| class | G_WallRadTime |
| Implements the plotting of data from RPK files. More... | |
| class | GLEnergyCollision |
| This class takes in a DataCollisionEnergy and outputs an OpenGL plot of points with color for temperature. More... | |
| class | GLParticleDist |
| This class takes in a DataSavepoint and outputs an OpenGL plot of points. More... | |
| class | Graph |
| Handles the basic requirements for handling data and drawing said data to plots and curves. More... | |
| class | GraphGL |
| This is the base class to display an OpenGL application for the DataVisualizer. More... | |
| struct | MetadataName |
| Structure for storing the strings for representing metadata. More... | |
| class | PlotData |
| Structure for storing data for individual curves. More... | |
| class | QCPAxisExtended |
| Extends the axis class to allow scrolling when zoomed. More... | |
| class | QCPExtended |
| Extension of the QCustomPlot class that allows an implementation of the class with different event handlers. More... | |
| class | StartupUIEX |
| Extension of the startup dialog prompt. More... | |
| class | TaskRunner |
| A worker used to run file reading tasks. More... | |
Typedefs | |
| typedef MetadataName | MDName |
| Alias for the metadata name struct. | |
|
typedef function< void(int, const QString &)> | Task |
| Specialized function object for file reading tasks done by the DataManager. | |
Functions | |
| int | PullInMyLibrary () |
| Method used to ensure that unit tests are referenced are referenced from this library. More... | |
DataVisualizerGUI is charged with reading in simulation data, generating and displaying metadata, and plotting data.
| int DataVisualizerGUI::PullInMyLibrary | ( | ) |
Method used to ensure that unit tests are referenced are referenced from this library.
Refer to "Important note for Visual C++ users" in: https://code.google.com/p/googletest/wiki/Primer
1.8.5