#include <vtkXRenderWindow.h>
Inheritance diagram for vtkXRenderWindow:
Public Methods | |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void * | GetGenericDisplayId () |
virtual void * | GetGenericWindowId () |
virtual void * | GetGenericParentId () |
virtual void * | GetGenericContext () |
virtual void * | GetGenericDrawable () |
virtual int * | GetSize () |
virtual int * | GetScreenSize () |
virtual int * | GetPosition () |
Display * | GetDisplayId () |
void | SetDisplayId (Display *) |
void | SetDisplayId (void *) |
Window | GetParentId () |
void | SetParentId (Window) |
void | SetParentId (void *) |
Window | GetWindowId () |
void | SetWindowId (Window) |
void | SetWindowId (void *) |
void | SetNextWindowId (Window) |
void | SetWindowName (char *) |
void | SetPosition (int, int) |
void | SetPosition (int a[2]) |
void | HideCursor () |
void | ShowCursor () |
virtual int | GetDesiredDepth ()=0 |
virtual Colormap | GetDesiredColormap ()=0 |
virtual Visual * | GetDesiredVisual ()=0 |
virtual int | GetEventPending () |
void | SetWindowInfo (char *info) |
void | SetParentInfo (char *info) |
void | Render () |
Static Public Methods | |
vtkXRenderWindow * | New () |
Protected Methods | |
vtkXRenderWindow () | |
~vtkXRenderWindow () | |
vtkXRenderWindow (const vtkXRenderWindow &) | |
void | operator= (const vtkXRenderWindow &) |
Protected Attributes | |
Window | ParentId |
Window | WindowId |
Window | NextWindowId |
Display * | DisplayId |
Colormap | ColorMap |
int | OwnWindow |
int | OwnDisplay |
int | ScreenSize [2] |
int | CursorHidden |
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.
|
Get the properties available at runtime that would result in the best Xwindow for 3D rendering. Implemented in vtkMesaRenderWindow. |
|
Get this RenderWindow's X display id. |
|
Xwindow get set functions Reimplemented from vtkRenderWindow. |
|
Get this RenderWindow's parent X window id. |
|
Get the position in screen coordinates (pixels) of the window. Reimplemented from vtkWindow. |
|
Get the size of the screen in pixels |
|
Get the current size of the window in pixels. Reimplemented from vtkWindow. |
|
Get this RenderWindow's X window id. |
|
Hide or Show the mouse cursor, it is nice to be able to hide the default cursor if you want VTK to display a 3D cursor instead. Reimplemented from vtkRenderWindow. |
|
Construct an instance of vtkRenderWindow with its screen size set to 300x300, borders turned on, positioned at (0,0), double buffering turned on. Reimplemented from vtkRenderWindow. Reimplemented in vtkMesaRenderWindow. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkRenderWindow. Reimplemented in vtkMesaRenderWindow. |
|
This computes the size of the render window before calling the supper classes render Reimplemented from vtkRenderWindow. |
|
Dummy stubs for vtkWindow API. Reimplemented from vtkRenderWindow. |
|
Set the X display id for this RenderWindow to use to a pre-existing X display id. |
|
Specify the X window id to use if a WindowRemap is done. |
|
Sets the parent of the window that WILL BE created. |
|
Sets the X window id of the window that WILL BE created. Reimplemented from vtkRenderWindow. |
|
Move the window to a new position on the display. Reimplemented from vtkWindow. |
|
Set this RenderWindow's X window id to a pre-existing window. |
|
Set this RenderWindow's X window id to a pre-existing window. Reimplemented from vtkRenderWindow. |