vtkXOpenGLRenderWindow Class Reference
#include <vtkXOpenGLRenderWindow.h>
Inheritance diagram for vtkXOpenGLRenderWindow:
[legend]Collaboration diagram for vtkXOpenGLRenderWindow:
[legend]List of all members.
Detailed Description
OpenGL rendering window.
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.
- Events:
- vtkCommand::CursorChangedEvent vtkCommand::ExitEvent
- Created by:
-
- CVS contributions (if > 5%):
- Martin, Ken (50%)
- Hoffman, Bill (15%)
- Botha, Charl (10%)
- Lee, Jeff (8%)
- Cedilnik, Andy (7%)
- CVS logs (CVSweb):
.h (/Rendering/vtkXOpenGLRenderWindow
.h)
.cxx (/Rendering/vtkXOpenGLRenderWindow
.cxx)
- Examples:
- vtkXOpenGLRenderWindow (Examples)
- Tests:
- vtkXOpenGLRenderWindow (Tests)
Definition at line 57 of file vtkXOpenGLRenderWindow.h.
Member Typedef Documentation
Constructor & Destructor Documentation
vtkXOpenGLRenderWindow::vtkXOpenGLRenderWindow |
( |
|
) |
[protected] |
|
Member Function Documentation
|
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. |
virtual const char* vtkXOpenGLRenderWindow::GetClassName |
( |
|
) |
[virtual] |
|
int vtkXOpenGLRenderWindow::IsTypeOf |
( |
const char * |
type |
) |
[static] |
|
|
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. |
virtual int vtkXOpenGLRenderWindow::IsA |
( |
const char * |
type |
) |
[virtual] |
|
|
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. |
void vtkXOpenGLRenderWindow::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
[virtual] |
|
|
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. |
virtual void vtkXOpenGLRenderWindow::Start |
( |
void |
|
) |
[virtual] |
|
virtual void vtkXOpenGLRenderWindow::Frame |
( |
void |
|
) |
[virtual] |
|
|
End the rendering process and display the image.
Implements vtkRenderWindow. |
virtual void vtkXOpenGLRenderWindow::WindowInitialize |
( |
void |
|
) |
[virtual] |
|
|
Initialize the window for rendering. |
virtual void vtkXOpenGLRenderWindow::Initialize |
( |
void |
|
) |
[virtual] |
|
|
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. |
virtual void vtkXOpenGLRenderWindow::Finalize |
( |
void |
|
) |
[virtual] |
|
|
"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. |
virtual void vtkXOpenGLRenderWindow::SetFullScreen |
( |
int |
|
) |
[virtual] |
|
virtual void vtkXOpenGLRenderWindow::WindowRemap |
( |
void |
|
) |
[virtual] |
|
virtual void vtkXOpenGLRenderWindow::PrefFullScreen |
( |
void |
|
) |
[virtual] |
|
|
Set the preferred window size to full screen. |
virtual void vtkXOpenGLRenderWindow::SetSize |
( |
int |
, |
|
|
int |
|
|
) |
[virtual] |
|
|
Specify the size of the rendering window.
Reimplemented from vtkWindow. |
virtual void vtkXOpenGLRenderWindow::SetSize |
( |
int |
a[2] |
) |
[inline, virtual] |
|
virtual Colormap vtkXOpenGLRenderWindow::GetDesiredColormap |
( |
|
) |
[virtual] |
|
|
Get the X properties of an ideal rendering window. |
virtual Visual* vtkXOpenGLRenderWindow::GetDesiredVisual |
( |
|
) |
[virtual] |
|
|
Get the X properties of an ideal rendering window. |
virtual XVisualInfo* vtkXOpenGLRenderWindow::GetDesiredVisualInfo |
( |
|
) |
[virtual] |
|
|
Get the X properties of an ideal rendering window. |
virtual int vtkXOpenGLRenderWindow::GetDesiredDepth |
( |
|
) |
[virtual] |
|
|
Get the X properties of an ideal rendering window. |
virtual void vtkXOpenGLRenderWindow::SetStereoCapableWindow |
( |
int |
capable |
) |
[virtual] |
|
|
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. |
void vtkXOpenGLRenderWindow::MakeCurrent |
( |
|
) |
[virtual] |
|
void vtkXOpenGLRenderWindow::SetForceMakeCurrent |
( |
|
) |
[virtual] |
|
const char* vtkXOpenGLRenderWindow::ReportCapabilities |
( |
|
) |
[virtual] |
|
|
Get report of capabilities for the render window
Reimplemented from vtkRenderWindow. |
int vtkXOpenGLRenderWindow::SupportsOpenGL |
( |
|
) |
[virtual] |
|
|
Does this render window support OpenGL? 0-false, 1-true
Reimplemented from vtkRenderWindow. |
int vtkXOpenGLRenderWindow::IsDirect |
( |
|
) |
[virtual] |
|
|
Is this render window using hardware acceleration? 0-false, 1-true
Reimplemented from vtkRenderWindow. |
virtual void* vtkXOpenGLRenderWindow::GetGenericDisplayId |
( |
|
) |
[inline, virtual] |
|
virtual void* vtkXOpenGLRenderWindow::GetGenericWindowId |
( |
|
) |
[virtual] |
|
virtual void* vtkXOpenGLRenderWindow::GetGenericParentId |
( |
|
) |
[inline, virtual] |
|
virtual void* vtkXOpenGLRenderWindow::GetGenericContext |
( |
|
) |
[virtual] |
|
virtual void* vtkXOpenGLRenderWindow::GetGenericDrawable |
( |
|
) |
[inline, virtual] |
|
virtual int* vtkXOpenGLRenderWindow::GetScreenSize |
( |
|
) |
[virtual] |
|
|
Get the size of the screen in pixels
Implements vtkWindow. |
virtual int* vtkXOpenGLRenderWindow::GetPosition |
( |
|
) |
[virtual] |
|
|
Get the position in screen coordinates (pixels) of the window.
Reimplemented from vtkWindow. |
Display* vtkXOpenGLRenderWindow::GetDisplayId |
( |
|
) |
|
|
|
Get this RenderWindow's X display id. |
void vtkXOpenGLRenderWindow::SetDisplayId |
( |
Display * |
|
) |
|
|
|
Set the X display id for this RenderWindow to use to a pre-existing X display id. |
void vtkXOpenGLRenderWindow::SetDisplayId |
( |
void * |
|
) |
[virtual] |
|
|
Set the X display id for this RenderWindow to use to a pre-existing X display id.
Implements vtkRenderWindow. |
Window vtkXOpenGLRenderWindow::GetParentId |
( |
|
) |
|
|
|
Get this RenderWindow's parent X window id. |
void vtkXOpenGLRenderWindow::SetParentId |
( |
Window |
|
) |
|
|
|
Sets the parent of the window that WILL BE created. |
void vtkXOpenGLRenderWindow::SetParentId |
( |
void * |
|
) |
[virtual] |
|
|
Sets the parent of the window that WILL BE created.
Implements vtkRenderWindow. |
Window vtkXOpenGLRenderWindow::GetWindowId |
( |
|
) |
|
|
|
Get this RenderWindow's X window id. |
void vtkXOpenGLRenderWindow::SetWindowId |
( |
Window |
|
) |
|
|
|
Set this RenderWindow's X window id to a pre-existing window. |
void vtkXOpenGLRenderWindow::SetWindowId |
( |
void * |
|
) |
[virtual] |
|
|
Set this RenderWindow's X window id to a pre-existing window.
Implements vtkRenderWindow. |
void vtkXOpenGLRenderWindow::SetNextWindowId |
( |
Window |
|
) |
|
|
|
Specify the X window id to use if a WindowRemap is done. |
void vtkXOpenGLRenderWindow::SetNextWindowId |
( |
void * |
|
) |
[virtual] |
|
|
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. |
void vtkXOpenGLRenderWindow::SetWindowName |
( |
const char * |
|
) |
[virtual] |
|
|
Get name of rendering window
Reimplemented from vtkWindow. |
void vtkXOpenGLRenderWindow::SetPosition |
( |
int |
, |
|
|
int |
|
|
) |
[virtual] |
|
|
Move the window to a new position on the display.
Reimplemented from vtkWindow. |
void vtkXOpenGLRenderWindow::SetPosition |
( |
int |
a[2] |
) |
[inline, virtual] |
|
void vtkXOpenGLRenderWindow::HideCursor |
( |
|
) |
[virtual] |
|
|
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. |
void vtkXOpenGLRenderWindow::ShowCursor |
( |
|
) |
[virtual] |
|
|
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. |
virtual void vtkXOpenGLRenderWindow::SetCurrentCursor |
( |
int |
|
) |
[virtual] |
|
virtual int vtkXOpenGLRenderWindow::GetEventPending |
( |
|
) |
[virtual] |
|
|
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. |
void vtkXOpenGLRenderWindow::SetWindowInfo |
( |
char * |
info |
) |
[virtual] |
|
|
Set this RenderWindow's X window id to a pre-existing window.
Implements vtkRenderWindow. |
void vtkXOpenGLRenderWindow::SetNextWindowInfo |
( |
char * |
info |
) |
[virtual] |
|
void vtkXOpenGLRenderWindow::SetParentInfo |
( |
char * |
info |
) |
[virtual] |
|
|
Sets the X window id of the window that WILL BE created.
Implements vtkRenderWindow. |
void vtkXOpenGLRenderWindow::Render |
( |
|
) |
[virtual] |
|
|
This computes the size of the render window before calling the supper classes render
Reimplemented from vtkRenderWindow. |
void vtkXOpenGLRenderWindow::SetOffScreenRendering |
( |
int |
i |
) |
[virtual] |
|
|
Render without displaying the window.
Reimplemented from vtkWindow. |
Member Data Documentation
The documentation for this class was generated from the following file: