NAME
vtkXRenderWindow - a rendering window for the X Window system
SYNOPSIS
#include "/opt/vtk-c++/graphics/vtkXRenderWindow.h"
class VTK_EXPORT vtkXRenderWindow : public vtkRenderWindow
vtkXRenderWindow();
~vtkXRenderWindow();
const char *GetClassName() {return "vtkXRenderWindow";};
void PrintSelf(ostream& os, vtkIndent indent);
SEE ALSO
vtkRenderWindow vtkXRenderWindowInteractor
int *GetScreenSize()
Get the size of the screen in pixels
int *GetSize(void)
Get the current size of the window in pixels.
int *GetPosition(void)
Get the position in screen coordinates (pixels) of the window.
Display *GetDisplayId()
Get this RenderWindow's X display id.
Window GetParentId()
Get this RenderWindow's parent X window id.
Window GetWindowId()
Get this RenderWindow's X window id.
void SetPosition(int x, int y)
Move the window to a new position on the display.
void SetParentId(Window arg)
Sets the parent of the window that WILL BE created.
void SetWindowId(Window arg)
Set this RenderWindow's X window id to a pre-existing window.
void SetWindowInfo(char *info)
Set this RenderWindow's X window id to a pre-existing window.
void SetNextWindowId(Window arg)
Specify the X window id to use if a WindowRemap is done.
void SetDisplayId(Display *arg)
Set the X display id for this RenderWindow to use to a pre-existing X display id.