#include <vtkOpenGLImageWindow.h>
Inheritance diagram for vtkOpenGLImageWindow:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | MakeDefaultWindow () |
void | SwapBuffers () |
void | Frame () |
void | Render () |
void | MakeCurrent () |
virtual void | EraseWindow () |
virtual void * | GetGenericDisplayId () |
virtual void * | GetGenericWindowId () |
virtual void * | GetGenericParentId () |
virtual void * | GetGenericContext () |
virtual void * | GetGenericDrawable () |
virtual Colormap | GetDesiredColormap () |
virtual Visual * | GetDesiredVisual () |
XVisualInfo * | GetDesiredVisualInfo () |
virtual int | GetDesiredDepth () |
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) |
Static Public Methods | |
vtkOpenGLImageWindow * | New () |
int | IsTypeOf (const char *type) |
vtkOpenGLImageWindow * | SafeDownCast (vtkObject *o) |
Public Attributes | |
GLXContext | ContextId |
Protected Methods | |
vtkOpenGLImageWindow () | |
~vtkOpenGLImageWindow () |
vtkOpenGLImageWindow is a concrete implementation of the abstract class vtkImageWindow. vtkOpenGLImageer interfaces to the standard OpenGL graphics library in the Windows/NT environment..
Definition at line 62 of file vtkOpenGLImageWindow.h.
|
|
|
|
|
Creates a vtkImageWindow with background erasing disabled and gray scale hint off Reimplemented from vtkXImageWindow. |
|
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 vtkXImageWindow. |
|
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 vtkXImageWindow. |
|
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 vtkXImageWindow. |
|
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 vtkXImageWindow. |
|
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 vtkXImageWindow. |
|
Initialize the window for rendering. Reimplemented from vtkXImageWindow. |
|
Swap the front and back buffers if double buffering is being used. Reimplemented from vtkXImageWindow. |
|
Flush the buffers and swap if necessary Reimplemented from vtkXImageWindow. |
|
Draw the contents of the window Reimplemented from vtkImageWindow. |
|
Xwindow get set functions Reimplemented from vtkXImageWindow. Definition at line 83 of file vtkOpenGLImageWindow.h. |
|
Xwindow get set functions Reimplemented from vtkXImageWindow. Definition at line 84 of file vtkOpenGLImageWindow.h. |
|
Xwindow get set functions Reimplemented from vtkXImageWindow. Definition at line 85 of file vtkOpenGLImageWindow.h. |
|
Xwindow get set functions Reimplemented from vtkXImageWindow. |
|
Xwindow get set functions Reimplemented from vtkXImageWindow. Definition at line 87 of file vtkOpenGLImageWindow.h. |
|
Get the X properties of an ideal rendering window. Reimplemented from vtkXImageWindow. |
|
Get the X properties of an ideal rendering window. Reimplemented from vtkXImageWindow. |
|
Get the X properties of an ideal rendering window. |
|
Get the X properties of an ideal rendering window. Reimplemented from vtkXImageWindow. |
|
Set/Get the pixel data of an image, transmitted as RGBRGB... Reimplemented from vtkXImageWindow. |
|
Set/Get the pixel data of an image, transmitted as RGBRGB... |
|
Set/Get the pixel data of an image, transmitted as RGBARGBA... |
|
Set/Get the pixel data of an image, transmitted as RGBARGBA... |
|
Make this windows OpenGL context the current context. Reimplemented from vtkImageWindow. |
|
Erase the window contents Reimplemented from vtkXImageWindow. Definition at line 116 of file vtkOpenGLImageWindow.h. |
|
Definition at line 118 of file vtkOpenGLImageWindow.h. |