vtkVolumeRayCastIsosurfaceFunction - An isosurface ray caster for volumes
Super Class: vtkVolumeRayCastFunction
Description:
vtkVolumeRayCastIsosurfaceFunction is a volume ray cast function that intersects a ray with an analytic isosurface in a scalar field. The color and shading parameters are defined in the vtkVolumeProperty of the vtkVolume, as well as the interpolation type to use when locating the surface (either a nearest neighbor approach or a trilinear interpolation approach)
See Also:
vtkVolumeRayCastFunction vtkVolumeRayCastMapper vtkVolumeProperty vtkVolumeRayCastCompositeFunction vtkVolumeRayCastMIPFunction vtkVolume vtkVolumeProperty
Methods:
![]() | void vtkVolumeRayCastIsosurfaceFunction () |
![]() | void vtkVolumeRayCastIsosurfaceFunction () |
![]() | const char *GetClassName () |
![]() | void PrintSelf (unknown & ,vtkIndent ) |
![]() | static vtkVolumeRayCastIsosurfaceFunction *New () |
![]() | void CastARay (int ,void * ,float ,float ,int ,float ) |
![]() | float GetZeroOpacityThreshold (vtkVolume *) |
![]() | void SetIsoValue (float ) |
![]() | float GetIsoValue () |
![]() | void SpecificFunctionInitialize (vtkRenderer * ,vtkVolume * ,vtkVolumeRayCastMapper *) |
Detailed Method Descriptions:
![]() | static vtkVolumeRayCastIsosurfaceFunction *New () |
![]() | void CastARay (int ,void * ,float ,float ,int ,float ) |
![]() | float GetZeroOpacityThreshold (vtkVolume *) |
![]() | void SetIsoValue (float ) |
![]() | float GetIsoValue () |