vtkImageMapper - 2D image display
Super Class: vtkMapper2D
Description:
vtkImageMapper provides 2D image display support for vtk. It is a Mapper2D subclass that can be associated with an Actor2D and placed withint a RenderWindow or ImageWindow.
See Also:
Methods:
![]() | void vtkImageMapper () |
![]() | void vtkImageMapper () |
![]() | const char *GetClassName () |
![]() | static vtkImageMapper *New () |
![]() | void PrintSelf (unknown & ,vtkIndent ) |
![]() | void SetColorWindow (float ) |
![]() | float GetColorWindow () |
![]() | void SetColorLevel (float ) |
![]() | float GetColorLevel () |
![]() | void SetInput (vtkImageCache *) |
![]() | vtkImageCache *GetInput () |
![]() | void SetInput (vtkStructuredPoints *) |
![]() | void SetZSlice (int ) |
![]() | int GetZSlice () |
![]() | int GetWholeZMin () |
![]() | int GetWholeZMax () |
![]() | void Render (vtkViewport * ,vtkActor2D *) |
![]() | void RenderData (vtkViewport * ,vtkImageData * ,vtkActor2D *) |
![]() | float GetColorShift () |
![]() | float GetColorScale () |
Detailed Method Descriptions:
![]() | void SetColorWindow (float ) |
![]() | float GetColorWindow () |
![]() | void SetColorLevel (float ) |
![]() | float GetColorLevel () |
![]() | void SetInput (vtkImageCache *) |
![]() | vtkImageCache *GetInput () |
![]() | void SetInput (vtkStructuredPoints *) |
![]() | void SetZSlice (int ) |
![]() | int GetZSlice () |
![]() | int GetWholeZMin () |
![]() | int GetWholeZMax () |
![]() | void Render (vtkViewport * ,vtkActor2D *) |
![]() | void RenderData (vtkViewport * ,vtkImageData * ,vtkActor2D *) |
![]() | float GetColorShift () |
![]() | float GetColorScale () |