#include <vtkMesaImageMapper.h>
Inheritance diagram for vtkMesaImageMapper:
vtkMesaImageMapper is a concrete subclass of vtkImageMapper that renders images under Mesa
Definition at line 44 of file vtkMesaImageMapper.h.
Public Types | |
typedef vtkImageMapper | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
virtual void | PrintSelf (ostream &os, vtkIndent indent) |
void | RenderOpaqueGeometry (vtkViewport *viewport, vtkActor2D *actor) |
void | RenderData (vtkViewport *viewport, vtkImageData *data, vtkActor2D *actor) |
Static Public Member Functions | |
vtkMesaImageMapper * | New () |
int | IsTypeOf (const char *type) |
vtkMesaImageMapper * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkMesaImageMapper () | |
~vtkMesaImageMapper () |
|
Reimplemented from vtkImageMapper. Definition at line 48 of file vtkMesaImageMapper.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkImageMapper. |
|
Reimplemented from vtkImageMapper. |
|
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 vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkImageMapper. |
|
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 vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkImageMapper. |
|
Reimplemented from vtkImageMapper. |
|
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 vtkImageMapper. |
|
Handle the render method. Reimplemented from vtkMapper2D. Definition at line 53 of file vtkMesaImageMapper.h. References vtkImageMapper::RenderStart(). |
|
Called by the Render function in vtkImageMapper. Actually draws the image to the screen. Implements vtkImageMapper. |