vtkImageWindow - a 2D display window
Super Class: vtkWindow
Description:
vtkImageWindow contains 2D rendering in vtk. Typically a vtkImageWindow has some vtkImagers within it. The imagers in turn display images, Text etc. The concept is very similar to that of a RenderWindow for 3d.
See Also:
Methods:
Detailed Method Descriptions:
![]()
| void vtkImageWindow () | |
| void vtkImageWindow () |
![]()
| void SetPosition (int ,int ) | |
| void SetPosition (int ) |
![]()
| int *GetPosition () | |
| void GetPosition (int * ,int *) |
![]()
| void SetSize (int ,int ) | |
| void SetSize (int ) |
![]()
| int *GetSize () | |
| void GetSize (int * ,int *) |
![]()
![]()
| void SwapBuffers () |
![]()
| void SetWindowInfo (char *) |
![]()
| void SetGrayScaleHint (int ) | |
| int GetGrayScaleHint () | |
| void GrayScaleHintOn () | |
| void GrayScaleHintOff () |
![]()
| void AddImager (vtkImager *) |
![]()
| void RemoveImager (vtkImager *) |
![]()
| void Render () |
![]()
| void EraseWindow () |
![]()
| void SaveImageAsPPM () |
![]()
| int OpenPPMImageFile () | |
| void WritePPMImageFile () | |
| void ClosePPMImageFile () |
![]()
| void SetFileName (char *) | |
| char *GetFileName () |
![]()