#include <vtkWin32OffscreenRenderWindow.h>
Inheritance diagram for vtkWin32OffscreenRenderWindow:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | Frame () |
virtual void | WindowInitialize () |
virtual void | SetFullScreen (int) |
virtual void | SetPosition (int, int) |
virtual int * | GetScreenSize () |
virtual int * | GetPosition () |
void | SetSize (int, int) |
int * | GetSize () |
virtual void * | GetGenericDisplayId () |
virtual void * | GetGenericWindowId () |
virtual void * | GetGenericParentId () |
virtual void | SetDisplayId (void *) |
virtual HWND | GetWindowId () |
virtual void | SetWindowId (HWND) |
virtual void | SetParentId (HWND) |
virtual void | SetNextWindowId (HWND) |
virtual int | GetEventPending () |
Static Public Methods | |
vtkWin32OffscreenRenderWindow * | New () |
int | IsTypeOf (const char *type) |
vtkWin32OffscreenRenderWindow * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkWin32OffscreenRenderWindow () | |
~vtkWin32OffscreenRenderWindow () | |
vtkWin32OffscreenRenderWindow (const vtkWin32OffscreenRenderWindow &) | |
void | operator= (const vtkWin32OffscreenRenderWindow &) |
virtual void | Clean () |
virtual void | WindowRemap (void) |
virtual void | PrefFullScreen (void) |
Protected Attributes | |
HBITMAP | MhBitmap |
HBITMAP | MhOldBitmap |
int | MBpp |
int | MZBpp |
|
|
|
|
|
Definition at line 76 of file vtkWin32OffscreenRenderWindow.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 vtkWin32OpenGLRenderWindow. |
|
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 vtkWin32OpenGLRenderWindow. |
|
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 vtkWin32OpenGLRenderWindow. |
|
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 vtkWin32OpenGLRenderWindow. |
|
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 vtkWin32OpenGLRenderWindow. |
|
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 vtkWin32OpenGLRenderWindow. |
|
End the rendering process and display the image. Reimplemented from vtkWin32OpenGLRenderWindow. |
|
Initialize the window for rendering. Reimplemented from vtkWin32OpenGLRenderWindow. |
|
Change the window to fill the entire screen. Reimplemented from vtkWin32OpenGLRenderWindow. Definition at line 54 of file vtkWin32OffscreenRenderWindow.h. |
|
Set the position of the window. Reimplemented from vtkWin32OpenGLRenderWindow. Definition at line 55 of file vtkWin32OffscreenRenderWindow.h. |
|
Return the screen size. Reimplemented from vtkWin32OpenGLRenderWindow. Definition at line 56 of file vtkWin32OffscreenRenderWindow.h. |
|
Get the position in screen coordinates of the window. Reimplemented from vtkWin32OpenGLRenderWindow. Definition at line 57 of file vtkWin32OffscreenRenderWindow.h. |
|
Set the size of the window. Reimplemented from vtkWin32OpenGLRenderWindow. |
|
Get the current size of the window. Reimplemented from vtkWin32OpenGLRenderWindow. |
|
Reimplemented from vtkWin32OpenGLRenderWindow. Definition at line 61 of file vtkWin32OffscreenRenderWindow.h. |
|
Reimplemented from vtkWin32OpenGLRenderWindow. Definition at line 62 of file vtkWin32OffscreenRenderWindow.h. |
|
Reimplemented from vtkWin32OpenGLRenderWindow. Definition at line 63 of file vtkWin32OffscreenRenderWindow.h. |
|
Dummy stubs for vtkWindow API. Reimplemented from vtkWin32OpenGLRenderWindow. Definition at line 64 of file vtkWin32OffscreenRenderWindow.h. |
|
Get the window id. Reimplemented from vtkWin32OpenGLRenderWindow. Definition at line 66 of file vtkWin32OffscreenRenderWindow.h. |
|
Set the window id to a pre-existing window. Reimplemented from vtkWin32OpenGLRenderWindow. Definition at line 67 of file vtkWin32OffscreenRenderWindow.h. |
|
Set the window's parent id to a pre-existing window. Reimplemented from vtkWin32OpenGLRenderWindow. Definition at line 68 of file vtkWin32OffscreenRenderWindow.h. |
|
Set the window id of the new window once a WindowRemap is done. Reimplemented from vtkWin32OpenGLRenderWindow. Definition at line 69 of file vtkWin32OffscreenRenderWindow.h. |
|
Check to see if an event is pending for this window. This is a useful check to abort a long render. Reimplemented from vtkWin32OpenGLRenderWindow. Definition at line 71 of file vtkWin32OffscreenRenderWindow.h. |
|
Definition at line 77 of file vtkWin32OffscreenRenderWindow.h. |
|
Clean up device contexts, rendering contexts, etc. Reimplemented from vtkWin32OpenGLRenderWindow. |
|
Remap the window. Reimplemented from vtkWin32OpenGLRenderWindow. Definition at line 84 of file vtkWin32OffscreenRenderWindow.h. |
|
Set the preferred window size to full screen. Reimplemented from vtkWin32OpenGLRenderWindow. Definition at line 85 of file vtkWin32OffscreenRenderWindow.h. |
|
Definition at line 79 of file vtkWin32OffscreenRenderWindow.h. |
|
Definition at line 79 of file vtkWin32OffscreenRenderWindow.h. |
|
Definition at line 80 of file vtkWin32OffscreenRenderWindow.h. |
|
Definition at line 80 of file vtkWin32OffscreenRenderWindow.h. |