#include "vtkVolumeMapper.h"
#include "vtkVolumeRayCastFunction.h"
#include "vtkFastNumericConversion.h"
Include dependency graph for vtkVolumeRayCastMapper.h:

Go to the source code of this file.
Classes | |
| class | vtkVolumeRayCastMapper |
| A slow but accurate mapper for rendering volumes. More... | |
Defines | |
| #define | vtkTrilinFuncMacro(v, x, y, z, a, b, c, d, e, f, g, h) |
Functions | |
| int | vtkFloorFuncMacro (double x) |
| int | vtkRoundFuncMacro (double x) |
| VTK_THREAD_RETURN_TYPE | VolumeRayCastMapper_CastRays (void *arg) |
| #define vtkTrilinFuncMacro | ( | v, | |||
| x, | |||||
| y, | |||||
| z, | |||||
| a, | |||||
| b, | |||||
| c, | |||||
| d, | |||||
| e, | |||||
| f, | |||||
| g, | |||||
| h | ) |
| int vtkFloorFuncMacro | ( | double | x | ) | [inline] |
Definition at line 55 of file vtkVolumeRayCastMapper.h.
References vtkFastNumericConversion::QuickFloor().
| int vtkRoundFuncMacro | ( | double | x | ) | [inline] |
Definition at line 62 of file vtkVolumeRayCastMapper.h.
References vtkFastNumericConversion::Round().
| VTK_THREAD_RETURN_TYPE VolumeRayCastMapper_CastRays | ( | void * | arg | ) |
1.5.1