RTVolumeRendering/Source/Camera.h [code] | Declares the Camera class |
RTVolumeRendering/Source/Color4.h [code] | Declares the Color4 class for representing RGBA color data |
RTVolumeRendering/Source/ColorBox.cpp [code] | Implements a box for choosing a color |
RTVolumeRendering/Source/ColorBox.h [code] | Defines a box for choosing a color |
RTVolumeRendering/Source/Cube.cpp [code] | Implements the Cube class |
RTVolumeRendering/Source/Cube.h [code] | Declares the Cube class used for drawing manageing the volumes bounding cube |
RTVolumeRendering/Source/Error.cpp [code] | Implements error functions and constants |
RTVolumeRendering/Source/Error.h [code] | Declares error functions and constants |
RTVolumeRendering/Source/MainWindow.cpp [code] | Implements the MainWindow |
RTVolumeRendering/Source/MainWindow.h [code] | The Main window frame for the applications |
RTVolumeRendering/Source/MathCommon.cpp [code] | Implements useful math functions, constants and types |
RTVolumeRendering/Source/MathCommon.h [code] | Defines useful math functions, constants and types |
RTVolumeRendering/Source/Matrix.h [code] | Declares the Matrix class |
RTVolumeRendering/Source/Point3.h [code] | Declares the Point3 class |
RTVolumeRendering/Source/RTVolumeRenderer.cpp [code] | Implements the RTVolumeRenderer class |
RTVolumeRendering/Source/RTVolumeRenderer.h [code] | Declares the RTVolumeRenderer class that renders voulme data sets in an interactive window |
RTVolumeRendering/Source/Shader.cpp [code] | Implements the Shader classes |
RTVolumeRendering/Source/Shader.h [code] | Declares Shader classes for loading and managing GLSL shaders |
RTVolumeRendering/Source/TransferFunctionWidget.cpp [code] | Implments widgets that allow for interactive transfer function creation |
RTVolumeRendering/Source/TransferFunctionWidget.h [code] | Declares widgets that allow for interactive transfer function creation |
RTVolumeRendering/Source/TransferTexture.cpp [code] | Implements the TransferTexture class for loading transfer funtions in the form of textures |
RTVolumeRendering/Source/TransferTexture.h [code] | Defines the TransferTexture class for loading transfer funtions in the form of textures |
RTVolumeRendering/Source/Vector3.h [code] | Declares the Vector3 class |
RTVolumeRendering/Source/VolumeRenderingApp.cpp [code] | Implements the applications class |
RTVolumeRendering/Source/VolumeRenderingApp.h [code] | Declares the applications class |
RTVolumeRendering/Source/VolumeTexture.cpp [code] | Implements the VolumeTexture class |
RTVolumeRendering/Source/VolumeTexture.h [code] | Defines the VolumeTexture class for loading 3d volume data |