#include <VolumeRendering.h>
Static Public Member Functions | |
| static void | initialize () |
| must be called first to initialize the Class which will instantiate the MainWindow and the Renderer | |
| static void | shutdown () |
| call to dispose the Class which will result in disposal of the MainWindow and the Renderer | |
| static Renderer & | getRenderer () |
| returns the Singleton Instance of the Renderer | |
| static MainWindow & | getMainWindow () |
| returns the Singleton Instance of the MainWindow | |
| static void | start () |
| starts the App by showing the MainWindow | |
Static Private Attributes | |
| static Renderer * | renderer = 0 |
| static MainWindow * | mainWin = 0 |
| void VolumeRendering::initialize | ( | ) | [static] |
must be called first to initialize the Class which will instantiate the MainWindow and the Renderer
| void VolumeRendering::shutdown | ( | ) | [static] |
call to dispose the Class which will result in disposal of the MainWindow and the Renderer
| static Renderer& VolumeRendering::getRenderer | ( | ) | [inline, static] |
returns the Singleton Instance of the Renderer
| static MainWindow& VolumeRendering::getMainWindow | ( | ) | [inline, static] |
returns the Singleton Instance of the MainWindow
| void VolumeRendering::start | ( | ) | [static] |
starts the App by showing the MainWindow
Renderer * VolumeRendering::renderer = 0 [static, private] |
MainWindow * VolumeRendering::mainWin = 0 [static, private] |
1.5.5