#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 | 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.
Definition at line 67 of file vtkXRenderWindow.h.
|
|
|
|
|
Definition at line 141 of file vtkXRenderWindow.h. |
|
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, and vtkOpenGLRenderWindow. |
|
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, and vtkOpenGLRenderWindow. |
|
Xwindow get set functions Reimplemented from vtkRenderWindow. Definition at line 74 of file vtkXRenderWindow.h. |
|
Reimplemented from vtkRenderWindow. Reimplemented in vtkMesaRenderWindow. Definition at line 75 of file vtkXRenderWindow.h. |
|
Reimplemented from vtkRenderWindow. Definition at line 76 of file vtkXRenderWindow.h. |
|
Reimplemented from vtkRenderWindow. Reimplemented in vtkMesaRenderWindow. |
|
Reimplemented from vtkRenderWindow. Definition at line 78 of file vtkXRenderWindow.h. |
|
Get the current size of the window in pixels. Reimplemented from vtkWindow. |
|
Get the size of the screen in pixels |
|
Get the position in screen coordinates (pixels) of the window. Reimplemented from vtkWindow. |
|
Get this RenderWindow's X display id. |
|
Set the X display id for this RenderWindow to use to a pre-existing X display id. |
|
Dummy stubs for vtkWindow API. Reimplemented from vtkRenderWindow. |
|
Get this RenderWindow's parent X window id. |
|
Sets the parent of the window that WILL BE created. |
|
Reimplemented from vtkRenderWindow. |
|
Get this RenderWindow's X window id. |
|
Set this RenderWindow's X window id to a pre-existing window. |
|
Reimplemented from vtkRenderWindow. |
|
Specify the X window id to use if a WindowRemap is done. |
|
Reimplemented from vtkWindow. |
|
Move the window to a new position on the display. Reimplemented from vtkWindow. |
|
Reimplemented from vtkWindow. Definition at line 117 of file vtkXRenderWindow.h. |
|
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. |
|
Reimplemented from vtkRenderWindow. |
|
Get the properties available at runtime that would result in the best Xwindow for 3D rendering. Reimplemented in vtkMesaRenderWindow, and vtkOpenGLRenderWindow. |
|
Reimplemented in vtkMesaRenderWindow, and vtkOpenGLRenderWindow. |
|
Reimplemented in vtkMesaRenderWindow, and vtkOpenGLRenderWindow. |
|
Reimplemented from vtkRenderWindow. |
|
Set this RenderWindow's X window id to a pre-existing window. Reimplemented from vtkRenderWindow. |
|
This computes the size of the render window before calling the supper classes render Reimplemented from vtkRenderWindow. |
|
Definition at line 142 of file vtkXRenderWindow.h. |
|
Definition at line 144 of file vtkXRenderWindow.h. |
|
Definition at line 145 of file vtkXRenderWindow.h. |
|
Definition at line 146 of file vtkXRenderWindow.h. |
|
Definition at line 147 of file vtkXRenderWindow.h. |
|
Definition at line 148 of file vtkXRenderWindow.h. |
|
Definition at line 149 of file vtkXRenderWindow.h. |
|
Definition at line 150 of file vtkXRenderWindow.h. |
|
Definition at line 151 of file vtkXRenderWindow.h. |
|
Definition at line 152 of file vtkXRenderWindow.h. |