vtkVolumeRayCastMIPFunction - A maximum intensity projection ray caster for volumes
Super Class: vtkVolumeRayCastFunction
Description:
vtkVolumeRayCastMIPFunction is a volume ray cast function that computes the maximum value encountered along the ray. This is either the maximum scalar value, or the maximum opacity, as defined by the MaximizeMethod. The color and opacity returned by this function is based on the color, scalar opacity, and gradient opacity transfer functions defined in the vtkVolumeProperty of the vtkVolume.
See Also:
vtkVolumeRayCastFunction vtkVolumeRayCastMapper vtkVolumeProperty vtkVolumeRayCastCompositeFunction vtkVolumeRayCastIsosurfaceFunction vtkVolume vtkVolumeProperty
Methods:
void vtkVolumeRayCastMIPFunction () | |
void vtkVolumeRayCastMIPFunction () | |
static vtkVolumeRayCastMIPFunction *New () | |
const char *GetClassName () | |
void PrintSelf (unknown & ,vtkIndent ) | |
void CastARay (int ,void * ,float ,float ,int ,float ) | |
float GetZeroOpacityThreshold (vtkVolume *) | |
void SetMaximizeMethod (int ) | |
int GetMaximizeMethod () | |
void SetMaximizeMethodToScalarValue () | |
void SetMaximizeMethodToOpacity () | |
char *GetMaximizeMethodAsString () | |
void SpecificFunctionInitialize (vtkRenderer * ,vtkVolume * ,vtkVolumeRayCastMapper *) |
Detailed Method Descriptions:
void CastARay (int ,void * ,float ,float ,int ,float ) |
float GetZeroOpacityThreshold (vtkVolume *) |
void SetMaximizeMethod (int ) | |
int GetMaximizeMethod () | |
void SetMaximizeMethodToScalarValue () | |
void SetMaximizeMethodToOpacity () | |
char *GetMaximizeMethodAsString () |