The IDVR package is the main package of this IDVR application and consists of several subpackages and some general classes.
Those contained classes are invariably needed for creating and managing the main graphical user interface (GUI) window and several other sub GUI windows of this program.
The graphical user interface consists of the following classes:
Furthermore, all other essential subpackages for specific subtasks of the application are part of this package. This overview gives help about the particular task of each subpackage:
Classes | |
class | AboutWin |
GUI class for creating the About dialog window.. More... | |
class | AnimationWin |
GUI class for creating the Animation dialog window and handling the animation calculation.. More... | |
class | Neu |
GUI class for creating the Main GUI window.. More... | |
class | ObjectDescriptionInput |
GUI class for creating the Object Creation dialog window.. More... | |
class | OpenGLCanvas |
Class for the openGL canvas. More... | |
class | OpenGLPreviewCanvas |
GUI class for creating the Preview Canvas window and actually crendering the specific preview.. More... | |
class | ProgressWin |
GUI class for creating the Progressbar dialog window. More... | |
class | SliceViewer |
GUI class for the slice viewer. More... | |
class | TransferFuncWin |
GUI class for the transfer function editor. More... | |
Packages | |
package | Interfaces |
This package contains all interfaces of the application. | |
package | Tools |
This package contains all basic primitive classes. | |
package | Volume |
This package includes all classes for managing the volume data structure. | |
package | VolumeRenderer |
This package represents the whole rendering pipeline. |