vtkXMesaRenderWindow Class Reference
#include <vtkXMesaRenderWindow.h>
Inheritance diagram for vtkXMesaRenderWindow:
[legend]Collaboration diagram for vtkXMesaRenderWindow:
[legend]List of all members.
Detailed Description
Mesa rendering window.
vtkXMesaRenderWindow 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.
- Created by:
-
- CVS contributions (if > 5%):
- Law, Charles (66%)
- Hoffman, Bill (28%)
- CVS logs (CVSweb):
.cxx (/Rendering/vtkXMesaRenderWindow
.cxx)
.h (/Rendering/vtkXMesaRenderWindow
.h)
- Examples:
- vtkXMesaRenderWindow (Examples)
- Tests:
- vtkXMesaRenderWindow (Tests)
Definition at line 51 of file vtkXMesaRenderWindow.h.
Member Typedef Documentation
Constructor & Destructor Documentation
vtkXMesaRenderWindow::vtkXMesaRenderWindow |
( |
|
) |
[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* vtkXMesaRenderWindow::GetClassName |
( |
|
) |
[virtual] |
|
int vtkXMesaRenderWindow::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 vtkMesaRenderWindow. |
virtual int vtkXMesaRenderWindow::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 vtkMesaRenderWindow. |
void vtkXMesaRenderWindow::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 vtkMesaRenderWindow. |
virtual void vtkXMesaRenderWindow::Start |
( |
void |
|
) |
[virtual] |
|
virtual void vtkXMesaRenderWindow::Frame |
( |
void |
|
) |
[virtual] |
|
|
End the rendering process and display the image.
Implements vtkRenderWindow. |
virtual void vtkXMesaRenderWindow::WindowInitialize |
( |
void |
|
) |
[virtual] |
|
|
Initialize the window for rendering. |
virtual void vtkXMesaRenderWindow::Initialize |
( |
void |
|
) |
[virtual] |
|
|
Initialize the rendering window. |
virtual void vtkXMesaRenderWindow::Finalize |
( |
void |
|
) |
[virtual] |
|
virtual void vtkXMesaRenderWindow::SetFullScreen |
( |
int |
|
) |
[virtual] |
|
virtual void vtkXMesaRenderWindow::WindowRemap |
( |
void |
|
) |
[virtual] |
|
virtual void vtkXMesaRenderWindow::PrefFullScreen |
( |
void |
|
) |
[virtual] |
|
|
Set the preferred window size to full screen. |
virtual void vtkXMesaRenderWindow::SetSize |
( |
int |
, |
|
|
int |
|
|
) |
[virtual] |
|
|
Specify the size of the rendering window.
Reimplemented from vtkWindow. |
virtual void vtkXMesaRenderWindow::SetSize |
( |
int |
a[2] |
) |
[inline, virtual] |
|
virtual Colormap vtkXMesaRenderWindow::GetDesiredColormap |
( |
|
) |
[virtual] |
|
|
Get the X properties of an ideal rendering window. |
virtual Visual* vtkXMesaRenderWindow::GetDesiredVisual |
( |
|
) |
[virtual] |
|
|
Get the X properties of an ideal rendering window. |
virtual XVisualInfo* vtkXMesaRenderWindow::GetDesiredVisualInfo |
( |
|
) |
[virtual] |
|
|
Get the X properties of an ideal rendering window. |
virtual int vtkXMesaRenderWindow::GetDesiredDepth |
( |
|
) |
[virtual] |
|
|
Get the X properties of an ideal rendering window. |
virtual void vtkXMesaRenderWindow::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 vtkXMesaRenderWindow::MakeCurrent |
( |
|
) |
[virtual] |
|
void vtkXMesaRenderWindow::SetForceMakeCurrent |
( |
|
) |
[virtual] |
|
const char* vtkXMesaRenderWindow::ReportCapabilities |
( |
|
) |
[virtual] |
|
|
Get report of capabilities for the render window
Reimplemented from vtkRenderWindow. |
int vtkXMesaRenderWindow::SupportsOpenGL |
( |
|
) |
[virtual] |
|
|
Does this render window support OpenGL? 0-false, 1-true
Reimplemented from vtkRenderWindow. |
int vtkXMesaRenderWindow::IsDirect |
( |
|
) |
[virtual] |
|
|
Is this render window using hardware acceleration? 0-false, 1-true
Reimplemented from vtkRenderWindow. |
virtual void* vtkXMesaRenderWindow::GetGenericDisplayId |
( |
|
) |
[inline, virtual] |
|
virtual void* vtkXMesaRenderWindow::GetGenericWindowId |
( |
|
) |
[virtual] |
|
virtual void* vtkXMesaRenderWindow::GetGenericParentId |
( |
|
) |
[inline, virtual] |
|
virtual void* vtkXMesaRenderWindow::GetGenericContext |
( |
|
) |
[virtual] |
|
virtual void* vtkXMesaRenderWindow::GetGenericDrawable |
( |
|
) |
[inline, virtual] |
|
virtual int* vtkXMesaRenderWindow::GetScreenSize |
( |
|
) |
[virtual] |
|
|
Get the size of the screen in pixels
Implements vtkWindow. |
virtual int* vtkXMesaRenderWindow::GetPosition |
( |
|
) |
[virtual] |
|
|
Get the position in screen coordinates (pixels) of the window.
Reimplemented from vtkWindow. |
Display* vtkXMesaRenderWindow::GetDisplayId |
( |
|
) |
|
|
|
Get this RenderWindow's X display id. |
void vtkXMesaRenderWindow::SetDisplayId |
( |
Display * |
|
) |
|
|
|
Set the X display id for this RenderWindow to use to a pre-existing X display id. |
void vtkXMesaRenderWindow::SetDisplayId |
( |
void * |
|
) |
[virtual] |
|
|
Set the X display id for this RenderWindow to use to a pre-existing X display id.
Implements vtkRenderWindow. |
Window vtkXMesaRenderWindow::GetParentId |
( |
|
) |
|
|
|
Get this RenderWindow's parent X window id. |
void vtkXMesaRenderWindow::SetParentId |
( |
Window |
|
) |
|
|
|
Sets the parent of the window that WILL BE created. |
void vtkXMesaRenderWindow::SetParentId |
( |
void * |
|
) |
[virtual] |
|
|
Sets the parent of the window that WILL BE created.
Implements vtkRenderWindow. |
Window vtkXMesaRenderWindow::GetWindowId |
( |
|
) |
|
|
|
Get this RenderWindow's X window id. |
void vtkXMesaRenderWindow::SetWindowId |
( |
Window |
|
) |
|
|
|
Set this RenderWindow's X window id to a pre-existing window. |
void vtkXMesaRenderWindow::SetWindowId |
( |
void * |
|
) |
[virtual] |
|
|
Set this RenderWindow's X window id to a pre-existing window.
Implements vtkRenderWindow. |
void vtkXMesaRenderWindow::SetNextWindowId |
( |
Window |
|
) |
|
|
|
Specify the X window id to use if a WindowRemap is done. |
void vtkXMesaRenderWindow::SetNextWindowId |
( |
void * |
|
) |
[virtual] |
|
|
Specify the X window id to use if a WindowRemap is done.
Implements vtkRenderWindow. |
void vtkXMesaRenderWindow::SetWindowName |
( |
const char * |
|
) |
[virtual] |
|
|
Specify the X window id to use if a WindowRemap is done.
Reimplemented from vtkWindow. |
void vtkXMesaRenderWindow::SetPosition |
( |
int |
, |
|
|
int |
|
|
) |
[virtual] |
|
|
Move the window to a new position on the display.
Reimplemented from vtkWindow. |
void vtkXMesaRenderWindow::SetPosition |
( |
int |
a[2] |
) |
[inline, virtual] |
|
void vtkXMesaRenderWindow::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 vtkXMesaRenderWindow::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 vtkXMesaRenderWindow::SetCurrentCursor |
( |
int |
|
) |
[virtual] |
|
virtual int vtkXMesaRenderWindow::GetEventPending |
( |
|
) |
[virtual] |
|
|
Get the properties available at runtime that would result in the best Xwindow for 3D rendering.
Implements vtkRenderWindow. |
void vtkXMesaRenderWindow::SetWindowInfo |
( |
char * |
info |
) |
[virtual] |
|
|
Set this RenderWindow's X window id to a pre-existing window.
Implements vtkRenderWindow. |
void vtkXMesaRenderWindow::SetNextWindowInfo |
( |
char * |
|
) |
[virtual] |
|
void vtkXMesaRenderWindow::SetParentInfo |
( |
char * |
info |
) |
[virtual] |
|
|
Sets the X window id of the window that WILL BE created.
Implements vtkRenderWindow. |
void vtkXMesaRenderWindow::Render |
( |
|
) |
[virtual] |
|
|
This computes the size of the render window before calling the supper classes render
Reimplemented from vtkRenderWindow. |
void vtkXMesaRenderWindow::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: