vtkVolumeRayCastFunction - a superclass for ray casting functions
Super Class: vtkObject
Description:
vtkVolumeRayCastFunction is a superclass for ray casting functions that can be used within a vtkVolumeRayCastMapper. This includes for example, vtkVolumeRayCastCompositeFunction, vtkVolumeRayCastMIPFunction, and vtkVolumeRayCastIsosurfaceFunction.
See Also:
vtkVolumeRayCastCompositeFunction vtkVolumeRayCastMIPFunction vtkVolumeRayCastIsosurfaceFunction vtkVolumeRayCastMapper
Methods:
Detailed Method Descriptions:
void FunctionInitialize (vtkRenderer * ,vtkVolume * ,vtkVolumeRayCastMapper * ,float * ,float * ,float * ,float ,float * ,float * ,int ) |
void CastARay (int ,void * ,float ,float ,int ,float ) |
float GetZeroOpacityThreshold (vtkVolume *) |
void SpecificFunctionInitialize (vtkRenderer * ,vtkVolume * ,vtkVolumeRayCastMapper *) |