VTK  9.3.20240419
Classes | Macros | Functions
vtkFixedPointVolumeRayCastMapper.h File Reference
#include "vtkRenderingVolumeModule.h"
#include "vtkThreads.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...
 

Macros

#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)
 

Macro Definition Documentation

◆ VTKKW_FP_SHIFT

#define VTKKW_FP_SHIFT   15

Definition at line 109 of file vtkFixedPointVolumeRayCastMapper.h.

◆ VTKKW_FPMM_SHIFT

#define VTKKW_FPMM_SHIFT   17

Definition at line 110 of file vtkFixedPointVolumeRayCastMapper.h.

◆ VTKKW_FP_MASK

#define VTKKW_FP_MASK   0x7fff

Definition at line 111 of file vtkFixedPointVolumeRayCastMapper.h.

◆ VTKKW_FP_SCALE

#define VTKKW_FP_SCALE   32767.0

Definition at line 112 of file vtkFixedPointVolumeRayCastMapper.h.

Function Documentation

◆ FixedPointVolumeRayCastMapper_CastRays()

VTK_THREAD_RETURN_TYPE FixedPointVolumeRayCastMapper_CastRays ( void *  arg)

◆ vtkFPVRCMSwitchOnDataType()

VTK_THREAD_RETURN_TYPE vtkFPVRCMSwitchOnDataType ( void *  arg)