vtkImageViewer - Display a 2d image.
Super Class: vtkObject
Description:
vtkImageViewer is a convinience class for displaying a 2d image. It packages up the functionality found in vtkImageWindow, vtkImager, vtkActor2D and vtkImageMapper into a single easy to use class. Behind the scenes these four classes are actually used to to provide the required functionality. vtkImageViewer is simply a wrapper around them.
See Also:
Methods:
Detailed Method Descriptions:
char *GetWindowName () |
void Render () |
void SetInput (vtkImageCache *) | |
vtkImageCache *GetInput () | |
void SetInput (vtkStructuredPoints *) |
int GetWholeZMin () | |
int GetWholeZMax () |
int GetZSlice () | |
void SetZSlice (int ) |
float GetColorWindow () | |
float GetColorLevel () | |
void SetColorWindow (float ) | |
void SetColorLevel (float ) |
void SetDisplayId (void *) | |
void SetWindowId (void *) | |
void SetParentId (void *) |
int GetGrayScaleHint () | |
void SetGrayScaleHint (int ) | |
void GrayScaleHintOn () | |
void GrayScaleHintOff () |
int *GetPosition () | |
void SetPosition (int ,int ) | |
void SetPosition (int ) |
int *GetSize () | |
void SetSize (int ,int ) | |
void SetSize (int ) |
vtkImageWindow *GetImageWindow () | |
vtkImageMapper *GetImageMapper () | |
vtkImager *GetImager () | |
vtkActor2D *GetActor2D () |