#include <vtkMesaTexture.h>
Inheritance diagram for vtkMesaTexture:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | Load (vtkRenderer *ren) |
void | ReleaseGraphicsResources (vtkWindow *) |
Static Public Methods | |
vtkMesaTexture * | New () |
int | IsTypeOf (const char *type) |
vtkMesaTexture * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkMesaTexture () | |
~vtkMesaTexture () | |
vtkMesaTexture (const vtkMesaTexture &) | |
void | operator= (const vtkMesaTexture &) |
unsigned char * | ResampleToPowerOfTwo (int &xsize, int &ysize, unsigned char *dptr, int bpp) |
Protected Attributes | |
vtkTimeStamp | LoadTime |
long | Index |
vtkRenderWindow * | RenderWindow |
Static Protected Attributes | |
long | GlobalIndex |
vtkMesaTexture is a concrete implementation of the abstract class vtkTexture. vtkMesaTexture interfaces to the Mesa rendering library.
|
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 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 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. |
|
Implement base class method. Reimplemented from vtkTexture. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. 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. |
|
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. |