#include <vtkMesaScalarsToColorsPainter.h>
Definition at line 23 of file vtkMesaScalarsToColorsPainter.h.
Public Types | |
typedef vtkScalarsToColorsPainter | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | ReleaseGraphicsResources (vtkWindow *) |
virtual vtkIdType | GetTextureSizeLimit () |
Static Public Member Functions | |
static vtkMesaScalarsToColorsPainter * | New () |
static int | IsTypeOf (const char *type) |
static vtkMesaScalarsToColorsPainter * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkMesaScalarsToColorsPainter () | |
~vtkMesaScalarsToColorsPainter () | |
virtual void | RenderInternal (vtkRenderer *renderer, vtkActor *actor, unsigned long typeflags) |
Protected Attributes | |
vtkOpenGLTexture * | InternalColorTexture |
Reimplemented from vtkScalarsToColorsPainter.
Definition at line 29 of file vtkMesaScalarsToColorsPainter.h.
vtkMesaScalarsToColorsPainter::vtkMesaScalarsToColorsPainter | ( | ) | [protected] |
vtkMesaScalarsToColorsPainter::~vtkMesaScalarsToColorsPainter | ( | ) | [protected] |
static vtkMesaScalarsToColorsPainter* vtkMesaScalarsToColorsPainter::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkScalarsToColorsPainter.
virtual const char* vtkMesaScalarsToColorsPainter::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkScalarsToColorsPainter.
static int vtkMesaScalarsToColorsPainter::IsTypeOf | ( | const char * | name | ) | [static] |
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 vtkScalarsToColorsPainter.
virtual int vtkMesaScalarsToColorsPainter::IsA | ( | const char * | name | ) | [virtual] |
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 vtkScalarsToColorsPainter.
static vtkMesaScalarsToColorsPainter* vtkMesaScalarsToColorsPainter::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkScalarsToColorsPainter.
void vtkMesaScalarsToColorsPainter::PrintSelf | ( | ostream & | os, | |
vtkIndent | indent | |||
) | [virtual] |
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 vtkScalarsToColorsPainter.
virtual void vtkMesaScalarsToColorsPainter::ReleaseGraphicsResources | ( | vtkWindow * | ) | [virtual] |
Release any graphics resources that are being consumed by this painter. The parameter window could be used to determine which graphic resources to release. The call is propagated to the delegate painter, if any.
Reimplemented from vtkPainter.
virtual vtkIdType vtkMesaScalarsToColorsPainter::GetTextureSizeLimit | ( | ) | [virtual] |
Return the texture size limit. Subclasses need to override this to return the actual correct texture size limit. Here it is hardcoded to 1024.
Reimplemented from vtkScalarsToColorsPainter.
virtual void vtkMesaScalarsToColorsPainter::RenderInternal | ( | vtkRenderer * | renderer, | |
vtkActor * | actor, | |||
unsigned long | typeflags | |||
) | [protected, virtual] |
Definition at line 47 of file vtkMesaScalarsToColorsPainter.h.