VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkMesaScalarsToColorsPainter Class Reference

#include <vtkMesaScalarsToColorsPainter.h>

Inheritance diagram for vtkMesaScalarsToColorsPainter:
Inheritance graph
[legend]
Collaboration diagram for vtkMesaScalarsToColorsPainter:
Collaboration graph
[legend]

List of all members.

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

vtkOpenGLTextureInternalColorTexture

Detailed Description

Definition at line 23 of file vtkMesaScalarsToColorsPainter.h.


Member Typedef Documentation

Reimplemented from vtkScalarsToColorsPainter.

Definition at line 29 of file vtkMesaScalarsToColorsPainter.h.


Constructor & Destructor Documentation


Member Function Documentation

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.

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.

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.

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]

Member Data Documentation

Definition at line 47 of file vtkMesaScalarsToColorsPainter.h.


The documentation for this class was generated from the following file: