VTK
Classes | Defines | Functions
dox/Rendering/Volume/vtkFixedPointVolumeRayCastMapper.h File Reference
#include "vtkRenderingVolumeModule.h"
#include "vtkVolumeMapper.h"
Include dependency graph for vtkFixedPointVolumeRayCastMapper.h:

Go to the source code of this file.

Classes

class  vtkFixedPointVolumeRayCastMapper
 A fixed point mapper for volumes. More...

Defines

#define VTKKW_FP_SHIFT   15
#define VTKKW_FPMM_SHIFT   17
#define VTKKW_FP_MASK   0x7fff
#define VTKKW_FP_SCALE   32767.0

Functions

VTK_THREAD_RETURN_TYPE FixedPointVolumeRayCastMapper_CastRays (void *arg)
VTK_THREAD_RETURN_TYPE vtkFPVRCMSwitchOnDataType (void *arg)

Define Documentation

#define VTKKW_FP_SHIFT   15

Definition at line 75 of file vtkFixedPointVolumeRayCastMapper.h.

#define VTKKW_FPMM_SHIFT   17

Definition at line 76 of file vtkFixedPointVolumeRayCastMapper.h.

#define VTKKW_FP_MASK   0x7fff

Definition at line 77 of file vtkFixedPointVolumeRayCastMapper.h.

#define VTKKW_FP_SCALE   32767.0

Definition at line 78 of file vtkFixedPointVolumeRayCastMapper.h.


Function Documentation