Visualisierung 2
Comparison of Hue Preserving Rendering to Alpha Composing
|
The MainWindow class handliung GUI interactions. More...
#include <MainWindow.h>
Public Member Functions | |
MainWindow (QWidget *parent=0) | |
~MainWindow () | |
Protected Slots | |
void | openFileAction () |
openFileAction opens a file-chooser dialogue whenever the "Open..." option in the drop down menu is selected. The selected volume data set is loaded into memory and will be rendered once all transfer function parameters have been set and the "start render" button is clicked. More... | |
void | closeAction () |
closeAction terminates the program whenever the "Close" option in the drop down menu is selected. More... | |
The MainWindow class handliung GUI interactions.
Definition at line 31 of file MainWindow.h.
MainWindow::MainWindow | ( | QWidget * | parent = 0 | ) |
This class handles all GUI interactions.
Definition at line 15 of file MainWindow.cpp.
MainWindow::~MainWindow | ( | ) |
Definition at line 25 of file MainWindow.cpp.
|
protectedslot |
closeAction terminates the program whenever the "Close" option in the drop down menu is selected.
Definition at line 96 of file MainWindow.cpp.
|
protectedslot |
openFileAction opens a file-chooser dialogue whenever the "Open..." option in the drop down menu is selected. The selected volume data set is loaded into memory and will be rendered once all transfer function parameters have been set and the "start render" button is clicked.
Definition at line 58 of file MainWindow.cpp.