Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

vtkWin32OffscreenRenderWindow Class Reference

#include <vtkWin32OffscreenRenderWindow.h>

Inheritance diagram for vtkWin32OffscreenRenderWindow:

Inheritance graph
[legend]
Collaboration diagram for vtkWin32OffscreenRenderWindow:

Collaboration graph
[legend]
List of all members.

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

Constructor & Destructor Documentation

vtkWin32OffscreenRenderWindow::vtkWin32OffscreenRenderWindow   [protected]
 

vtkWin32OffscreenRenderWindow::~vtkWin32OffscreenRenderWindow   [protected]
 

vtkWin32OffscreenRenderWindow::vtkWin32OffscreenRenderWindow const vtkWin32OffscreenRenderWindow &    [inline, protected]
 

Definition at line 76 of file vtkWin32OffscreenRenderWindow.h.


Member Function Documentation

vtkWin32OffscreenRenderWindow* vtkWin32OffscreenRenderWindow::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 vtkWin32OpenGLRenderWindow.

virtual const char* vtkWin32OffscreenRenderWindow::GetClassName   [virtual]
 

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.

int vtkWin32OffscreenRenderWindow::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 vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkWin32OpenGLRenderWindow.

virtual int vtkWin32OffscreenRenderWindow::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 vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkWin32OpenGLRenderWindow.

vtkWin32OffscreenRenderWindow* vtkWin32OffscreenRenderWindow::SafeDownCast vtkObject   o [static]
 

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.

void vtkWin32OffscreenRenderWindow::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 vtkWin32OpenGLRenderWindow.

virtual void vtkWin32OffscreenRenderWindow::Frame void    [virtual]
 

End the rendering process and display the image.

Reimplemented from vtkWin32OpenGLRenderWindow.

virtual void vtkWin32OffscreenRenderWindow::WindowInitialize void    [virtual]
 

Initialize the window for rendering.

Reimplemented from vtkWin32OpenGLRenderWindow.

virtual void vtkWin32OffscreenRenderWindow::SetFullScreen int    [inline, virtual]
 

Change the window to fill the entire screen.

Reimplemented from vtkWin32OpenGLRenderWindow.

Definition at line 54 of file vtkWin32OffscreenRenderWindow.h.

virtual void vtkWin32OffscreenRenderWindow::SetPosition int    x,
int    y
[inline, virtual]
 

Set the position of the window.

Reimplemented from vtkWin32OpenGLRenderWindow.

Definition at line 55 of file vtkWin32OffscreenRenderWindow.h.

virtual int* vtkWin32OffscreenRenderWindow::GetScreenSize   [inline, virtual]
 

Return the screen size.

Reimplemented from vtkWin32OpenGLRenderWindow.

Definition at line 56 of file vtkWin32OffscreenRenderWindow.h.

virtual int* vtkWin32OffscreenRenderWindow::GetPosition   [inline, virtual]
 

Get the position in screen coordinates of the window.

Reimplemented from vtkWin32OpenGLRenderWindow.

Definition at line 57 of file vtkWin32OffscreenRenderWindow.h.

void vtkWin32OffscreenRenderWindow::SetSize int    x,
int    y
[virtual]
 

Set the size of the window.

Reimplemented from vtkWin32OpenGLRenderWindow.

int* vtkWin32OffscreenRenderWindow::GetSize   [virtual]
 

Get the current size of the window.

Reimplemented from vtkWin32OpenGLRenderWindow.

virtual void* vtkWin32OffscreenRenderWindow::GetGenericDisplayId   [inline, virtual]
 

Reimplemented from vtkWin32OpenGLRenderWindow.

Definition at line 61 of file vtkWin32OffscreenRenderWindow.h.

virtual void* vtkWin32OffscreenRenderWindow::GetGenericWindowId   [inline, virtual]
 

Reimplemented from vtkWin32OpenGLRenderWindow.

Definition at line 62 of file vtkWin32OffscreenRenderWindow.h.

virtual void* vtkWin32OffscreenRenderWindow::GetGenericParentId   [inline, virtual]
 

Reimplemented from vtkWin32OpenGLRenderWindow.

Definition at line 63 of file vtkWin32OffscreenRenderWindow.h.

virtual void vtkWin32OffscreenRenderWindow::SetDisplayId void *    foo [inline, virtual]
 

Dummy stubs for vtkWindow API.

Reimplemented from vtkWin32OpenGLRenderWindow.

Definition at line 64 of file vtkWin32OffscreenRenderWindow.h.

virtual HWND vtkWin32OffscreenRenderWindow::GetWindowId   [inline, virtual]
 

Get the window id.

Reimplemented from vtkWin32OpenGLRenderWindow.

Definition at line 66 of file vtkWin32OffscreenRenderWindow.h.

virtual void vtkWin32OffscreenRenderWindow::SetWindowId HWND    [inline, virtual]
 

Set the window id to a pre-existing window.

Reimplemented from vtkWin32OpenGLRenderWindow.

Definition at line 67 of file vtkWin32OffscreenRenderWindow.h.

virtual void vtkWin32OffscreenRenderWindow::SetParentId HWND    [inline, virtual]
 

Set the window's parent id to a pre-existing window.

Reimplemented from vtkWin32OpenGLRenderWindow.

Definition at line 68 of file vtkWin32OffscreenRenderWindow.h.

virtual void vtkWin32OffscreenRenderWindow::SetNextWindowId HWND    [inline, virtual]
 

Set the window id of the new window once a WindowRemap is done.

Reimplemented from vtkWin32OpenGLRenderWindow.

Definition at line 69 of file vtkWin32OffscreenRenderWindow.h.

virtual int vtkWin32OffscreenRenderWindow::GetEventPending   [inline, virtual]
 

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.

void vtkWin32OffscreenRenderWindow::operator= const vtkWin32OffscreenRenderWindow &    [inline, protected]
 

Definition at line 77 of file vtkWin32OffscreenRenderWindow.h.

virtual void vtkWin32OffscreenRenderWindow::Clean   [protected, virtual]
 

Clean up device contexts, rendering contexts, etc.

Reimplemented from vtkWin32OpenGLRenderWindow.

virtual void vtkWin32OffscreenRenderWindow::WindowRemap void    [inline, protected, virtual]
 

Remap the window.

Reimplemented from vtkWin32OpenGLRenderWindow.

Definition at line 84 of file vtkWin32OffscreenRenderWindow.h.

virtual void vtkWin32OffscreenRenderWindow::PrefFullScreen void    [inline, protected, virtual]
 

Set the preferred window size to full screen.

Reimplemented from vtkWin32OpenGLRenderWindow.

Definition at line 85 of file vtkWin32OffscreenRenderWindow.h.


Member Data Documentation

HBITMAP vtkWin32OffscreenRenderWindow::MhBitmap [protected]
 

Definition at line 79 of file vtkWin32OffscreenRenderWindow.h.

HBITMAP vtkWin32OffscreenRenderWindow::MhOldBitmap [protected]
 

Definition at line 79 of file vtkWin32OffscreenRenderWindow.h.

int vtkWin32OffscreenRenderWindow::MBpp [protected]
 

Definition at line 80 of file vtkWin32OffscreenRenderWindow.h.

int vtkWin32OffscreenRenderWindow::MZBpp [protected]
 

Definition at line 80 of file vtkWin32OffscreenRenderWindow.h.


The documentation for this class was generated from the following file:
Generated on Wed Nov 21 13:02:55 2001 for VTK by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001