vtkXRenderWindow - a rendering window for the X Window system
Super Class: vtkRenderWindow
Description:
vtkXRenderWindow is a subclass of the abstract class vtkRenderWindow. vtkXRenderWindow interfaces to the X Window system and provides some methods that are common to any vtkRenderWindow subclass that renders under X Windows. The vtkXRenderWindowInteractor makes heavy use of these common methods.
See Also:
Methods:
void vtkXRenderWindow () | |
void vtkXRenderWindow () | |
static vtkXRenderWindow *New () | |
const char *GetClassName () | |
void PrintSelf (unknown & ,vtkIndent ) | |
void *GetGenericDisplayId () | |
void *GetGenericWindowId () | |
void *GetGenericParentId () | |
void *GetGenericContext () | |
void *GetGenericDrawable () | |
int *GetSize () | |
int *GetScreenSize () | |
int *GetPosition () | |
unknown *GetDisplayId () | |
void SetDisplayId (unknown *) | |
void SetDisplayId (void *) | |
unknown GetParentId () | |
void SetParentId (unknown ) | |
void SetParentId (void *) | |
unknown GetWindowId () | |
void SetWindowId (unknown ) | |
void SetWindowId (void *) | |
void SetNextWindowId (unknown ) | |
void SetWindowName (char *) | |
void SetPosition (int ,int ) | |
int GetDesiredDepth () | |
unknown GetDesiredColormap () | |
unknown *GetDesiredVisual () | |
int GetEventPending () | |
void SetWindowInfo (char *) |
Detailed Method Descriptions:
void *GetGenericDisplayId () | |
void *GetGenericWindowId () | |
void *GetGenericParentId () | |
void *GetGenericContext () | |
void *GetGenericDrawable () |
int *GetSize () |
int *GetScreenSize () |
int *GetPosition () |
unknown *GetDisplayId () |
void SetDisplayId (unknown *) | |
void SetDisplayId (void *) |
unknown GetParentId () |
void SetParentId (unknown ) | |
void SetParentId (void *) |
unknown GetWindowId () |
void SetWindowId (unknown ) | |
void SetWindowId (void *) |
void SetNextWindowId (unknown ) | |
void SetWindowName (char *) |
void SetPosition (int ,int ) |
int GetDesiredDepth () | |
unknown GetDesiredColormap () | |
unknown *GetDesiredVisual () | |
int GetEventPending () |
void SetWindowInfo (char *) |