vtkVolumeRayCastMapper - Abstract class for ray casting mappers
Super Class: vtkVolumeMapper
Description:
This is the abstract class for mappers that use volumetric ray casting
See Also:
Methods:
Detailed Method Descriptions:
![]()
| void SetSampleDistance (float ) | |
| float GetSampleDistance () |
![]()
| int *GetScalarDataSize () |
![]()
| int GetTotalStepsTaken () |
![]()
| int GetTotalRaysCast () |
![]()
| float GetDrawTime () |
![]()
| float GetCastTime () |
![]()
| void SetRayBounder (vtkRayBounder *) | |
| vtkRayBounder *GetRayBounder () |
![]()
| void SetVolumeRayCastFunction (vtkVolumeRayCastFunction *) | |
| vtkVolumeRayCastFunction *GetVolumeRayCastFunction () |
![]()
| float *GetZbufferData () | |
| float *GetRGBAPixelData () |
![]()
| int DestroyHardwareBuffer () | |
| int ImageLocatedInHardware () |
![]()
| void Render (vtkRenderer * ,vtkVolume *) |
![]()
| float GetZeroOpacityThreshold (vtkVolume *) |
![]()
| void SetGradientEstimator (vtkEncodedGradientEstimator *) | |
| vtkEncodedGradientEstimator *GetGradientEstimator () |
![]()
| vtkEncodedGradientShader *GetGradientShader () |
![]()
| void CasterUpdate (vtkRenderer * ,vtkVolume *) | |
| void UpdateShadingTables (vtkRenderer * ,vtkVolume *) | |
| void UpdateTransferFunctions (vtkRenderer * ,vtkVolume *) |
![]()