#include <vtkOpenGLTexture.h>
Inheritance diagram for vtkOpenGLTexture:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | Load (vtkRenderer *ren) |
void | ReleaseGraphicsResources (vtkWindow *) |
Static Public Methods | |
vtkOpenGLTexture * | New () |
int | IsTypeOf (const char *type) |
vtkOpenGLTexture * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkOpenGLTexture () | |
~vtkOpenGLTexture () | |
unsigned char * | ResampleToPowerOfTwo (int &xsize, int &ysize, unsigned char *dptr, int bpp) |
Protected Attributes | |
vtkTimeStamp | LoadTime |
long | Index |
vtkRenderWindow * | RenderWindow |
vtkOpenGLTexture is a concrete implementation of the abstract class vtkTexture. vtkOpenGLTexture interfaces to the OpenGL rendering library.
Definition at line 59 of file vtkOpenGLTexture.h.
|
|
|
|
|
Instantiate object with no start, end, or progress methods. Reimplemented from vtkTexture. |
|
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 vtkTexture. |
|
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 vtkTexture. |
|
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 vtkTexture. |
|
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 vtkTexture. |
|
Implement base class method. Reimplemented from vtkTexture. |
|
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 vtkTexture. |
|
|
|
Definition at line 81 of file vtkOpenGLTexture.h. |
|
Definition at line 82 of file vtkOpenGLTexture.h. |
|
Definition at line 83 of file vtkOpenGLTexture.h. |