#include <Shaders.h>

| Public Member Functions | |
| void | init () | 
| Static Public Member Functions | |
| static Shaders * | getInstance () | 
| Public Attributes | |
| GLenum | transferFunction_program | 
| GLenum | slices_program | 
| GLenum | backfaces_program | 
| GLenum | frontfaces_program | 
| Shaders * Shaders::getInstance | ( | ) |  [static] | 
Returns an instance of this class.
| void Shaders::init | ( | ) | 
Compiles the Shaders to make them available for rendering.
The shader-program to render the transferfunction.
| GLenum Shaders::slices_program | 
The shader-program to render the 2D slices.
| GLenum Shaders::backfaces_program | 
The shader-program to render the backfaces of the volume cube.
| GLenum Shaders::frontfaces_program | 
The shader-program to render the frontfaces of the volume cube.
 1.5.4
 1.5.4