#include <vtkXRenderWindow.h>
Inheritance diagram for vtkXRenderWindow:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual int * | GetSize () |
virtual int * | GetScreenSize () |
virtual int * | GetPosition () |
Display * | GetDisplayId () |
Window | GetParentId () |
Window | GetWindowId () |
void | SetWindowInfo (char *info) |
void | SetParentInfo (char *info) |
void | Render () |
virtual void * | GetGenericDisplayId () |
virtual void * | GetGenericWindowId () |
virtual void * | GetGenericParentId () |
virtual void * | GetGenericContext () |
virtual void * | GetGenericDrawable () |
void | SetDisplayId (Display *) |
void | SetDisplayId (void *) |
void | SetParentId (Window) |
void | SetParentId (void *) |
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 () |
Static Public Methods | |
int | IsTypeOf (const char *type) |
vtkXRenderWindow * | SafeDownCast (vtkObject *o) |
vtkXRenderWindow * | New () |
Protected Methods | |
vtkXRenderWindow () | |
~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 65 of file vtkXRenderWindow.h.
|
|
|
|
|
Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkRenderWindow. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkRenderWindow. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkRenderWindow. |
|
Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. 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. |
|
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. |
|
Xwindow get set functions Reimplemented from vtkRenderWindow. Definition at line 74 of file vtkXRenderWindow.h. |
|
Xwindow get set functions Reimplemented from vtkRenderWindow. Definition at line 75 of file vtkXRenderWindow.h. |
|
Xwindow get set functions Reimplemented from vtkRenderWindow. Definition at line 76 of file vtkXRenderWindow.h. |
|
Xwindow get set functions Reimplemented from vtkRenderWindow. |
|
Xwindow get set functions 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. |
|
Set the X display id for this RenderWindow to use to a pre-existing X display id. Reimplemented from vtkRenderWindow. |
|
Get this RenderWindow's parent X window id. |
|
Sets the parent of the window that WILL BE created. |
|
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. |
|
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. |
|
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. |
|
Move the window to a new position on the display. Reimplemented from vtkWindow. Definition at line 127 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. |
|
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. |
|
Get the properties available at runtime that would result in the best Xwindow for 3D rendering. |
|
Get the properties available at runtime that would result in the best Xwindow for 3D rendering. |
|
Get the properties available at runtime that would result in the best Xwindow for 3D rendering. |
|
Get the properties available at runtime that would result in the best Xwindow for 3D rendering. Reimplemented from vtkRenderWindow. |
|
Set this RenderWindow's X window id to a pre-existing window. Reimplemented from vtkRenderWindow. |
|
Sets the X window id of the window that WILL BE created. Reimplemented from vtkRenderWindow. |
|
This computes the size of the render window before calling the supper classes render Reimplemented from vtkRenderWindow. |
|
Definition at line 160 of file vtkXRenderWindow.h. |
|
Definition at line 161 of file vtkXRenderWindow.h. |
|
Definition at line 162 of file vtkXRenderWindow.h. |
|
Definition at line 163 of file vtkXRenderWindow.h. |
|
Definition at line 164 of file vtkXRenderWindow.h. |
|
Definition at line 165 of file vtkXRenderWindow.h. |
|
Definition at line 166 of file vtkXRenderWindow.h. |
|
Definition at line 167 of file vtkXRenderWindow.h. |
|
Definition at line 168 of file vtkXRenderWindow.h. |