Documentation for vtkXRenderWindow

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:

vtkRenderWindow vtkXRenderWindowInteractor

 

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:

Xwindow get set functions

void *GetGenericDisplayId ()
void *GetGenericWindowId ()
void *GetGenericParentId ()
void *GetGenericContext ()
void *GetGenericDrawable ()

Get the current size of the window in pixels.

int *GetSize ()

Get the size of the screen in pixels

int *GetScreenSize ()

Get the position in screen coordinates (pixels) of the window.

int *GetPosition ()

Get this RenderWindow's X display id.

unknown *GetDisplayId ()

Set the X display id for this RenderWindow to use to a pre-existing X display id.

void SetDisplayId (unknown *)
void SetDisplayId (void *)

Get this RenderWindow's parent X window id.

unknown GetParentId ()

Sets the parent of the window that WILL BE created.

void SetParentId (unknown )
void SetParentId (void *)

Get this RenderWindow's X window id.

unknown GetWindowId ()

Set this RenderWindow's X window id to a pre-existing window.

void SetWindowId (unknown )
void SetWindowId (void *)

Specify the X window id to use if a WindowRemap is done.

void SetNextWindowId (unknown )
void SetWindowName (char *)

Move the window to a new position on the display.

void SetPosition (int ,int )

Get the properties available at runtime that would result in the best Xwindow for 3D rendering.

int GetDesiredDepth ()
unknown GetDesiredColormap ()
unknown *GetDesiredVisual ()
int GetEventPending ()

Set this RenderWindow's X window id to a pre-existing window.

void SetWindowInfo (char *)