vtkWindow - window superclass for ImageWindow and RenderWindow
Super Class: vtkObject
Description:
vtkWindow is an abstract object to specify the behavior of a rendering or imaging window. It contains vtkViewports.
See Also:
Methods:
Detailed Method Descriptions:
![]()
| void SetDisplayId (void *) | |
| void SetWindowId (void *) | |
| void SetParentId (void *) | |
| void *GetGenericDisplayId () | |
| void *GetGenericWindowId () | |
| void *GetGenericParentId () | |
| void *GetGenericContext () | |
| void *GetGenericDrawable () | |
| void SetWindowInfo (char *) |
![]()
| int *GetPosition () | |
| void SetPosition (int ,int ) | |
| void SetPosition (int ) |
![]()
| int *GetSize () | |
| void SetSize (int ,int ) | |
| void SetSize (int ) |
![]()
| void SetMapped (int ) | |
| int GetMapped () | |
| void MappedOn () | |
| void MappedOff () |
![]()
| void SetErase (int ) | |
| int GetErase () | |
| void EraseOn () | |
| void EraseOff () |
![]()
| void SetDoubleBuffer (int ) | |
| int GetDoubleBuffer () | |
| void DoubleBufferOn () | |
| void DoubleBufferOff () |
![]()
| char *GetWindowName () | |
| void SetWindowName (char *) |
![]()
| unsigned char *GetPixelData (int ,int ,int ,int ,int ) |
![]()
| int GetDPI () | |
| void SetDPI (int ) |
![]()