#include <vtkXOpenGLRenderWindow.h>
Inheritance diagram for vtkXOpenGLRenderWindow:
vtkXOpenGLRenderWindow is a concrete implementation of the abstract class vtkRenderWindow. vtkOpenGLRenderer interfaces to the OpenGL graphics library. Application programmers should normally use vtkRenderWindow instead of the OpenGL specific version.
Definition at line 43 of file vtkXOpenGLRenderWindow.h.
Public Types | |
typedef vtkOpenGLRenderWindow | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | Start (void) |
virtual void | Frame (void) |
virtual void | WindowInitialize (void) |
virtual void | Initialize (void) |
virtual void | Finalize (void) |
virtual void | SetFullScreen (int) |
virtual void | WindowRemap (void) |
virtual void | SetStereoCapableWindow (int capable) |
void | MakeCurrent () |
void | SetForceMakeCurrent () |
const char * | ReportCapabilities () |
int | SupportsOpenGL () |
virtual int * | GetScreenSize () |
virtual int * | GetPosition () |
void | SetNextWindowId (Window) |
void | SetNextWindowId (void *) |
virtual void | SetCurrentCursor (int) |
virtual int | GetEventPending () |
void | SetWindowInfo (char *info) |
void | SetNextWindowInfo (char *info) |
void | SetParentInfo (char *info) |
void | Render () |
void | SetOffScreenRendering (int i) |
virtual void | PrefFullScreen (void) |
virtual void | SetSize (int, int) |
virtual void | SetSize (int a[2]) |
virtual Colormap | GetDesiredColormap () |
virtual Visual * | GetDesiredVisual () |
virtual XVisualInfo * | GetDesiredVisualInfo () |
virtual int | GetDesiredDepth () |
int | IsDirect () |
virtual void * | GetGenericDisplayId () |
virtual void * | GetGenericWindowId () |
virtual void * | GetGenericParentId () |
virtual void * | GetGenericContext () |
virtual void * | GetGenericDrawable () |
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 | SetWindowName (const char *) |
void | SetPosition (int, int) |
void | SetPosition (int a[2]) |
void | HideCursor () |
void | ShowCursor () |
Static Public Member Functions | |
static vtkXOpenGLRenderWindow * | New () |
static int | IsTypeOf (const char *type) |
static vtkXOpenGLRenderWindow * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkXOpenGLRenderWindow () | |
~vtkXOpenGLRenderWindow () | |
Protected Attributes | |
vtkXOpenGLRenderWindowInternal * | Internal |
Window | ParentId |
Window | WindowId |
Window | NextWindowId |
Display * | DisplayId |
Colormap | ColorMap |
int | OwnWindow |
int | OwnDisplay |
int | ScreenSize [2] |
int | CursorHidden |
int | ForceMakeCurrent |
int | UsingHardware |
char * | Capabilities |
Cursor | XCArrow |
Cursor | XCSizeAll |
Cursor | XCSizeNS |
Cursor | XCSizeWE |
Cursor | XCSizeNE |
Cursor | XCSizeNW |
Cursor | XCSizeSE |
Cursor | XCSizeSW |
|
Reimplemented from vtkOpenGLRenderWindow. Definition at line 47 of file vtkXOpenGLRenderWindow.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 from vtkOpenGLRenderWindow. |
|
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 vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkOpenGLRenderWindow. |
|
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 vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkOpenGLRenderWindow. |
|
Reimplemented from 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 vtkOpenGLRenderWindow. |
|
Begin the rendering process. Implements vtkRenderWindow. |
|
End the rendering process and display the image. Implements vtkRenderWindow. |
|
Initialize the window for rendering. |
|
Initialize the rendering window. This will setup all system-specific resources. This method and Finalize() must be symmetric and it should be possible to call them multiple times, even changing WindowId in-between. This is what WindowRemap does. |
|
"Deinitialize" the rendering window. This will shutdown all system-specific resources. After having called this, it should be possible to destroy a window that was used for a SetWindowId() call without any ill effects. Implements vtkRenderWindow. |
|
Change the window to fill the entire screen. Implements vtkRenderWindow. |
|
Resize the window. Implements vtkRenderWindow. |
|
Set the preferred window size to full screen. |
|
Specify the size of the rendering window. Reimplemented from vtkWindow. |
|
Set the preferred window size to full screen. Reimplemented from vtkWindow. Definition at line 83 of file vtkXOpenGLRenderWindow.h. References vtkWindow::SetSize(). |
|
Get the X properties of an ideal rendering window. |
|
Get the X properties of an ideal rendering window. |
|
Get the X properties of an ideal rendering window. |
|
Get the X properties of an ideal rendering window. |
|
Prescribe that the window be created in a stereo-capable mode. This method must be called before the window is realized. This method overrides the superclass method since this class can actually check whether the window has been realized yet. Reimplemented from vtkRenderWindow. |
|
Make this window the current OpenGL context. Implements vtkOpenGLRenderWindow. |
|
If called, allow MakeCurrent() to skip cache-check when called. MakeCurrent() reverts to original behavior of cache-checking on the next render. Reimplemented from vtkRenderWindow. |
|
Get report of capabilities for the render window Reimplemented from vtkRenderWindow. |
|
Does this render window support OpenGL? 0-false, 1-true Reimplemented from vtkRenderWindow. |
|
Is this render window using hardware acceleration? 0-false, 1-true Reimplemented from vtkRenderWindow. |
|
Xwindow get set functions Implements vtkRenderWindow. Definition at line 119 of file vtkXOpenGLRenderWindow.h. |
|
Is this render window using hardware acceleration? 0-false, 1-true Implements vtkRenderWindow. |
|
Is this render window using hardware acceleration? 0-false, 1-true Implements vtkRenderWindow. Definition at line 121 of file vtkXOpenGLRenderWindow.h. |
|
Is this render window using hardware acceleration? 0-false, 1-true Implements vtkRenderWindow. |
|
Is this render window using hardware acceleration? 0-false, 1-true Implements vtkRenderWindow. Definition at line 123 of file vtkXOpenGLRenderWindow.h. |
|
Get the size of the screen in pixels Implements vtkWindow. |
|
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. |
|
Get this RenderWindow's X display id. Implements vtkRenderWindow. |
|
Get this RenderWindow's parent X window id. |
|
Sets the parent of the window that WILL BE created. |
|
Get this RenderWindow's parent X window id. Implements vtkRenderWindow. |
|
Get this RenderWindow's X window id. |
|
Set this RenderWindow's X window id to a pre-existing window. |
|
Get this RenderWindow's X window id. Implements vtkRenderWindow. |
|
Specify the X window id to use if a WindowRemap is done. |
|
Set the window id of the new window once a WindowRemap is done. This is the generic prototype as required by the vtkRenderWindow parent. Implements vtkRenderWindow. |
|
Get name of rendering window Reimplemented from vtkWindow. |
|
Move the window to a new position on the display. Reimplemented from vtkWindow. |
|
Set/Get the position in screen coordinates of the rendering window. Reimplemented from vtkWindow. Definition at line 172 of file vtkXOpenGLRenderWindow.h. References vtkWindow::SetPosition(). |
|
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. Implements 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. Implements vtkRenderWindow. |
|
Change the shape of the cursor Reimplemented from vtkRenderWindow. |
|
Check to see if a mouse button has been pressed. All other events are ignored by this method. This is a useful check to abort a long render. Implements vtkRenderWindow. |
|
Set this RenderWindow's X window id to a pre-existing window. Implements vtkRenderWindow. |
|
Set the window info that will be used after WindowRemap() Implements vtkRenderWindow. |
|
Sets the X window id of the window that WILL BE created. Implements vtkRenderWindow. |
|
This computes the size of the render window before calling the supper classes render Reimplemented from vtkRenderWindow. |
|
Render without displaying the window. Reimplemented from vtkWindow. |
|
Definition at line 210 of file vtkXOpenGLRenderWindow.h. |
|
Definition at line 212 of file vtkXOpenGLRenderWindow.h. |
|
Definition at line 213 of file vtkXOpenGLRenderWindow.h. |
|
Definition at line 214 of file vtkXOpenGLRenderWindow.h. |
|
Definition at line 215 of file vtkXOpenGLRenderWindow.h. |
|
Definition at line 216 of file vtkXOpenGLRenderWindow.h. |
|
Definition at line 217 of file vtkXOpenGLRenderWindow.h. |
|
Definition at line 218 of file vtkXOpenGLRenderWindow.h. |
|
Definition at line 219 of file vtkXOpenGLRenderWindow.h. |
|
Definition at line 220 of file vtkXOpenGLRenderWindow.h. |
|
Definition at line 221 of file vtkXOpenGLRenderWindow.h. |
|
Definition at line 222 of file vtkXOpenGLRenderWindow.h. |
|
Definition at line 223 of file vtkXOpenGLRenderWindow.h. |
|
Definition at line 226 of file vtkXOpenGLRenderWindow.h. |
|
Definition at line 227 of file vtkXOpenGLRenderWindow.h. |
|
Definition at line 228 of file vtkXOpenGLRenderWindow.h. |
|
Definition at line 229 of file vtkXOpenGLRenderWindow.h. |
|
Definition at line 230 of file vtkXOpenGLRenderWindow.h. |
|
Definition at line 231 of file vtkXOpenGLRenderWindow.h. |
|
Definition at line 232 of file vtkXOpenGLRenderWindow.h. |
|
Definition at line 233 of file vtkXOpenGLRenderWindow.h. |