vtkVolumeMapper - Abstract class for a volume mapper
Super Class: vtkObject
Description:
vtkVolumeMapper is the abstract definition of a volume mapper. Several basic types of volume mappers are supported. There are ray casters, which produce an image that must be merged with geometry, there are hardware methods that blend with geometry, and some combinations of these.
See Also:
Methods:
Detailed Method Descriptions:
void Render (vtkRenderer * ,vtkVolume *) |
void Update () |
float *GetBounds () |
void GetBounds (float ) |
float *GetCenter () |
float GetLength () |
int DestroyHardwareBuffer () |
int ImageLocatedInHardware () |
float *GetZbufferData () |
float *GetRGBAPixelData () |
void SetClipping (int ) | |
int GetClipping () | |
void ClippingOn () | |
void ClippingOff () |
float GetXminClipPlane () | |
float GetXmaxClipPlane () | |
float GetYminClipPlane () | |
float GetYmaxClipPlane () | |
float GetZminClipPlane () | |
float GetZmaxClipPlane () |
void SetClippingPlanes (float ,float ,float ,float ,float ,float ) | |
void SetClippingPlanes (float ) | |
float *GetClippingPlanes () |
void SetScalarInput (vtkStructuredPoints *) | |
void SetScalarInput (vtkImageCache *) | |
vtkStructuredPoints *GetScalarInput () |