#include <vtkXMesaRenderWindow.h>
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.
Definition at line 40 of file vtkXMesaRenderWindow.h.
Public Types | |
typedef vtkMesaRenderWindow | 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 | PrefFullScreen (void) |
virtual void | SetStereoCapableWindow (int capable) |
void | MakeCurrent () |
void | SetForceMakeCurrent () |
const char * | ReportCapabilities () |
int | SupportsOpenGL () |
int | IsDirect () |
virtual int * | GetScreenSize () |
virtual int * | GetPosition () |
Display * | GetDisplayId () |
Window | GetParentId () |
Window | GetWindowId () |
virtual void | SetCurrentCursor (int) |
virtual int | GetEventPending () |
void | SetWindowInfo (char *info) |
void | SetNextWindowInfo (char *) |
void | SetParentInfo (char *info) |
void | Render () |
void | SetOffScreenRendering (int i) |
virtual void | SetSize (int, int) |
virtual void | SetSize (int a[2]) |
virtual Colormap | GetDesiredColormap () |
virtual Visual * | GetDesiredVisual () |
virtual XVisualInfo * | GetDesiredVisualInfo () |
virtual int | GetDesiredDepth () |
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 | SetNextWindowId (void *) |
void | SetWindowName (const char *) |
void | SetPosition (int, int) |
void | SetPosition (int a[2]) |
void | HideCursor () |
void | ShowCursor () |
Static Public Member Functions | |
static vtkXMesaRenderWindow * | New () |
static int | IsTypeOf (const char *type) |
static vtkXMesaRenderWindow * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkXMesaRenderWindow () | |
~vtkXMesaRenderWindow () | |
void | CreateAWindow () |
void | DestroyWindow () |
void | CreateOffScreenWindow (int x, int y) |
void | DestroyOffScreenWindow () |
void | ResizeOffScreenWindow (int x, int y) |
Protected Attributes | |
vtkXMesaRenderWindowInternal * | 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 |
vtkXMesaRenderWindow::vtkXMesaRenderWindow | ( | ) | [protected] |
vtkXMesaRenderWindow::~vtkXMesaRenderWindow | ( | ) | [protected] |
static vtkXMesaRenderWindow* vtkXMesaRenderWindow::New | ( | ) | [static] |
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] |
Reimplemented from vtkMesaRenderWindow.
static int vtkXMesaRenderWindow::IsTypeOf | ( | const char * | name | ) | [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 vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkMesaRenderWindow.
virtual int vtkXMesaRenderWindow::IsA | ( | const char * | name | ) | [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 vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkMesaRenderWindow.
static vtkXMesaRenderWindow* vtkXMesaRenderWindow::SafeDownCast | ( | vtkObject * | o | ) | [static] |
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] |
Begin the rendering process.
Implements vtkRenderWindow.
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] |
Shut-down all resources initialized by Initialize()
Implements vtkRenderWindow.
virtual void vtkXMesaRenderWindow::SetFullScreen | ( | int | ) | [virtual] |
Change the window to fill the entire screen.
Implements vtkRenderWindow.
virtual void vtkXMesaRenderWindow::WindowRemap | ( | void | ) | [virtual] |
Resize the window.
Implements vtkRenderWindow.
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 in pixels.
Reimplemented from vtkWindow.
virtual void vtkXMesaRenderWindow::SetSize | ( | int | a[2] | ) | [inline, virtual] |
Specify the size of the rendering window in pixels.
Reimplemented from vtkWindow.
Definition at line 74 of file vtkXMesaRenderWindow.h.
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] |
Make this window the current OpenGL context.
Implements vtkMesaRenderWindow.
void vtkXMesaRenderWindow::SetForceMakeCurrent | ( | ) | [virtual] |
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.
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] |
Xwindow get set functions
Implements vtkRenderWindow.
Definition at line 110 of file vtkXMesaRenderWindow.h.
virtual void* vtkXMesaRenderWindow::GetGenericWindowId | ( | ) | [virtual] |
Xwindow get set functions
Implements vtkRenderWindow.
virtual void* vtkXMesaRenderWindow::GetGenericParentId | ( | ) | [inline, virtual] |
Xwindow get set functions
Implements vtkRenderWindow.
Definition at line 112 of file vtkXMesaRenderWindow.h.
virtual void* vtkXMesaRenderWindow::GetGenericContext | ( | ) | [virtual] |
Xwindow get set functions
Implements vtkRenderWindow.
virtual void* vtkXMesaRenderWindow::GetGenericDrawable | ( | ) | [inline, virtual] |
Xwindow get set functions
Implements vtkRenderWindow.
Definition at line 114 of file vtkXMesaRenderWindow.h.
virtual int* vtkXMesaRenderWindow::GetScreenSize | ( | ) | [virtual] |
Get the current 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] |
Move the window to a new position on the display.
Reimplemented from vtkWindow.
Definition at line 161 of file vtkXMesaRenderWindow.h.
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] |
Change the shape of the cursor
Reimplemented from vtkRenderWindow.
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] |
Dummy stubs for vtkWindow API.
Implements vtkRenderWindow.
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.
void vtkXMesaRenderWindow::CreateAWindow | ( | ) | [protected] |
void vtkXMesaRenderWindow::DestroyWindow | ( | ) | [protected] |
void vtkXMesaRenderWindow::CreateOffScreenWindow | ( | int | x, | |
int | y | |||
) | [protected] |
void vtkXMesaRenderWindow::DestroyOffScreenWindow | ( | ) | [protected] |
void vtkXMesaRenderWindow::ResizeOffScreenWindow | ( | int | x, | |
int | y | |||
) | [protected] |
vtkXMesaRenderWindowInternal* vtkXMesaRenderWindow::Internal [protected] |
Definition at line 197 of file vtkXMesaRenderWindow.h.
Window vtkXMesaRenderWindow::ParentId [protected] |
Definition at line 199 of file vtkXMesaRenderWindow.h.
Window vtkXMesaRenderWindow::WindowId [protected] |
Definition at line 200 of file vtkXMesaRenderWindow.h.
Window vtkXMesaRenderWindow::NextWindowId [protected] |
Definition at line 201 of file vtkXMesaRenderWindow.h.
Display* vtkXMesaRenderWindow::DisplayId [protected] |
Definition at line 202 of file vtkXMesaRenderWindow.h.
Colormap vtkXMesaRenderWindow::ColorMap [protected] |
Definition at line 203 of file vtkXMesaRenderWindow.h.
int vtkXMesaRenderWindow::OwnWindow [protected] |
Definition at line 204 of file vtkXMesaRenderWindow.h.
int vtkXMesaRenderWindow::OwnDisplay [protected] |
Definition at line 205 of file vtkXMesaRenderWindow.h.
int vtkXMesaRenderWindow::ScreenSize[2] [protected] |
Definition at line 206 of file vtkXMesaRenderWindow.h.
int vtkXMesaRenderWindow::CursorHidden [protected] |
Definition at line 207 of file vtkXMesaRenderWindow.h.
int vtkXMesaRenderWindow::ForceMakeCurrent [protected] |
Definition at line 208 of file vtkXMesaRenderWindow.h.
int vtkXMesaRenderWindow::UsingHardware [protected] |
Definition at line 209 of file vtkXMesaRenderWindow.h.
char* vtkXMesaRenderWindow::Capabilities [protected] |
Definition at line 210 of file vtkXMesaRenderWindow.h.
Cursor vtkXMesaRenderWindow::XCArrow [protected] |
Definition at line 213 of file vtkXMesaRenderWindow.h.
Cursor vtkXMesaRenderWindow::XCSizeAll [protected] |
Definition at line 214 of file vtkXMesaRenderWindow.h.
Cursor vtkXMesaRenderWindow::XCSizeNS [protected] |
Definition at line 215 of file vtkXMesaRenderWindow.h.
Cursor vtkXMesaRenderWindow::XCSizeWE [protected] |
Definition at line 216 of file vtkXMesaRenderWindow.h.
Cursor vtkXMesaRenderWindow::XCSizeNE [protected] |
Definition at line 217 of file vtkXMesaRenderWindow.h.
Cursor vtkXMesaRenderWindow::XCSizeNW [protected] |
Definition at line 218 of file vtkXMesaRenderWindow.h.
Cursor vtkXMesaRenderWindow::XCSizeSE [protected] |
Definition at line 219 of file vtkXMesaRenderWindow.h.
Cursor vtkXMesaRenderWindow::XCSizeSW [protected] |
Definition at line 220 of file vtkXMesaRenderWindow.h.