#include <vtkOpenGLImageActor.h>
Inheritance diagram for vtkOpenGLImageActor:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | Load (vtkRenderer *ren) |
void | ReleaseGraphicsResources (vtkWindow *) |
Static Public Methods | |
vtkOpenGLImageActor * | New () |
int | IsTypeOf (const char *type) |
vtkOpenGLImageActor * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkOpenGLImageActor () | |
~vtkOpenGLImageActor () | |
vtkOpenGLImageActor (const vtkOpenGLImageActor &) | |
void | operator= (const vtkOpenGLImageActor &) |
unsigned char * | MakeDataSuitable (int &xsize, int &ysize, int &release) |
Protected Attributes | |
vtkTimeStamp | LoadTime |
long | Index |
vtkRenderWindow * | RenderWindow |
float | Coords [12] |
float | TCoords [8] |
vtkOpenGLImageActor is a concrete implementation of the abstract class vtkImageActor. vtkOpenGLImageActor interfaces to the OpenGL rendering library.
Definition at line 59 of file vtkOpenGLImageActor.h.
|
|
|
|
|
Definition at line 77 of file vtkOpenGLImageActor.h. |
|
Instantiate the image actor. Reimplemented from vtkImageActor. |
|
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 vtkImageActor. |
|
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 vtkImageActor. |
|
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 vtkImageActor. |
|
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 vtkImageActor. |
|
Implement base class method. Reimplemented from vtkImageActor. |
|
Release any graphics resources that are being consumed by this texture. The parameter window could be used to determine which graphic resources to release. Using the same texture object in multiple render windows is NOT currently supported. Reimplemented from vtkProp. |
|
Definition at line 78 of file vtkOpenGLImageActor.h. |
|
|
|
Definition at line 82 of file vtkOpenGLImageActor.h. |
|
Definition at line 83 of file vtkOpenGLImageActor.h. |
|
Definition at line 84 of file vtkOpenGLImageActor.h. |
|
Definition at line 85 of file vtkOpenGLImageActor.h. |
|
Definition at line 86 of file vtkOpenGLImageActor.h. |