#include <vtkWin32OpenGLImageWindow.h>
Inheritance diagram for vtkWin32OpenGLImageWindow:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
vtkWin32OpenGLImageWindow * | GetOutput () |
virtual void | MakeDefaultWindow () |
void | SwapBuffers () |
void | Frame () |
void | Render () |
virtual void | SetSize (int, int) |
virtual int * | GetSize () |
virtual void | SetPosition (int, int) |
virtual int * | GetPosition () |
virtual void | SetWindowName (char *) |
void | SetWindowInfo (char *) |
void | SetParentInfo (char *) |
virtual void * | GetGenericDisplayId () |
virtual void * | GetGenericWindowId () |
virtual void * | GetGenericParentId () |
virtual void * | GetGenericContext () |
virtual void | SetDisplayId (void *) |
virtual HWND | GetWindowId () |
void | SetWindowId (void *foo) |
virtual void | SetWindowId (HWND) |
virtual void | SetParentId (HWND) |
void | SetParentId (void *foo) |
void | SetContextId (HGLRC) |
void | SetDeviceContext (HDC) |
virtual void | SetNextWindowId (HWND) |
virtual unsigned char * | GetPixelData (int x, int y, int x2, int y2, int front) |
virtual void | SetPixelData (int x, int y, int x2, int y2, unsigned char *, int front) |
virtual float * | GetRGBAPixelData (int x, int y, int x2, int y2, int front) |
virtual void | SetRGBAPixelData (int x, int y, int x2, int y2, float *, int front, int blend=0) |
virtual void | ReleaseRGBAPixelData (float *data) |
void | MakeCurrent () |
void | SetupMemoryRendering (int x, int y, HDC prn) |
void | ResumeScreenRendering () |
HDC | GetMemoryDC () |
unsigned char * | GetMemoryData () |
virtual void | OpenGLInit () |
virtual void | SetupPalette (HDC hDC) |
virtual void | SetupPixelFormat (HDC hDC, DWORD dwFlags, int debug, int bpp=16, int zbpp=16) |
void | Clean () |
Static Public Methods | |
vtkWin32OpenGLImageWindow * | New () |
int | IsTypeOf (const char *type) |
vtkWin32OpenGLImageWindow * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkWin32OpenGLImageWindow () | |
~vtkWin32OpenGLImageWindow () | |
vtkWin32OpenGLImageWindow (const vtkWin32OpenGLImageWindow &) | |
void | operator= (const vtkWin32OpenGLImageWindow &) |
virtual LRESULT | MessageProc (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) |
Static Protected Methods | |
LRESULT APIENTRY | WndProc (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) |
Protected Attributes | |
HINSTANCE | ApplicationInstance |
HPALETTE | Palette |
HPALETTE | OldPalette |
HGLRC | ContextId |
HDC | DeviceContext |
HWND | WindowId |
HWND | ParentId |
HWND | NextWindowId |
int | OwnWindow |
int | ScreenSize [2] |
BITMAPINFO | MemoryDataHeader |
HBITMAP | MemoryBuffer |
unsigned char * | MemoryData |
HDC | MemoryHdc |
int | ScreenMapped |
int | ScreenWindowSize [2] |
HDC | ScreenDeviceContext |
int | ScreenDoubleBuffer |
HGLRC | ScreenContextId |
vtkWin32OpenGLImageWindow is a concrete implementation of the abstract class vtkImageWindow. vtkWin32OpenGLImageer interfaces to the standard OpenGL graphics library in the Windows/NT environment..
|
Clean up device contexts, rendering contexts, etc. |
|
Flush the buffer and swap if necessary Implements vtkImageWindow. |
|
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 vtkImageWindow. |
|
Set/Get the pixel data of an image, transmitted as RGBRGB... Reimplemented from vtkWindow. |
|
Get the position in screen coordinates of the window. Implements vtkImageWindow. |
|
Set/Get the pixel data of an image, transmitted as RGBARGBA... |
|
Get the current size of the window. Implements vtkImageWindow. |
|
Get the window id. |
|
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 vtkImageWindow. |
|
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 vtkImageWindow. |
|
Make this windows OpenGL context the current context. Reimplemented from vtkImageWindow. |
|
Initialize the window for rendering. Implements vtkImageWindow. |
|
Creates a vtkImageWindow with background erasing disabled and gray scale hint off Reimplemented from vtkImageWindow. |
|
Initialize OpenGL for this window. |
|
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 vtkImageWindow. |
|
Draw the contents of the window Reimplemented from vtkImageWindow. |
|
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 vtkImageWindow. |
|
These are here for using a tk window. Implements vtkImageWindow. |
|
Set the window id of the new window once a WindowRemap is done. |
|
Set the window's parent id to a pre-existing window. |
|
Sets the HWND id of the window that WILL BE created. Reimplemented from vtkImageWindow. |
|
Set the position of the window. Implements vtkImageWindow. |
|
Set the size of the window. Implements vtkImageWindow. |
|
These methods can be used by MFC applications to support print preview and printing, or more general rendering into memory. |
|
Set the window id to a pre-existing window. |
|
Set this ImageWindow's window id to a pre-existing window. Reimplemented from vtkImageWindow. |
|
Set the name of the window. This appears at the top of the window normally. Reimplemented from vtkWindow. |
|
Swap the front and back buffers if double buffering is being used. Implements vtkImageWindow. |