VoxelBlur
Depth-of-field volume rendering
|
Cube | Describes a equilateral cube, centered on the origin |
ExternalArrayIndexSort | A comparator for std::sort that uses an external array for lookup and operates on its indices |
GLWindow | A QWindow derivative capable of OpenGL drawing |
MainWindow | The main window of the application |
MainWindowPrivate | Private data for MainWindow |
VolumeLoader | Class for loading volume meta data (VolumeMetaData) as well as the raw volume data itself |
VolumeMetaData | This class contains metadata for volumes, like dimensions and the file where the data can be found |
VolumeRenderer | A state-based OpenGL renderer for simple volume rendering |
VolumeRendererPrivate | Contains private data of the volume renderer |
VolumeRenderWindow | A GLWindow that uses the VolumeRenderer for drawing, and provides some interaction with it |