vtkMesaImageMapper Class Reference

#include <vtkMesaImageMapper.h>

Inheritance diagram for vtkMesaImageMapper:

Inheritance graph
[legend]
Collaboration diagram for vtkMesaImageMapper:

Collaboration graph
[legend]

List of all members.


Detailed Description

2D image display support for Mesa

vtkMesaImageMapper is a concrete subclass of vtkImageMapper that renders images under Mesa

See also:
vtkImageMapper

Definition at line 33 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

static vtkMesaImageMapperNew ()
static int IsTypeOf (const char *type)
static vtkMesaImageMapperSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkMesaImageMapper ()
 ~vtkMesaImageMapper ()

Member Typedef Documentation

Reimplemented from vtkImageMapper.

Definition at line 37 of file vtkMesaImageMapper.h.


Constructor & Destructor Documentation

vtkMesaImageMapper::vtkMesaImageMapper (  )  [protected]

vtkMesaImageMapper::~vtkMesaImageMapper (  )  [protected]


Member Function Documentation

static vtkMesaImageMapper* vtkMesaImageMapper::New (  )  [static]

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkImageMapper.

virtual const char* vtkMesaImageMapper::GetClassName (  )  [virtual]

Reimplemented from vtkImageMapper.

static int vtkMesaImageMapper::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 vtkImageMapper.

virtual int vtkMesaImageMapper::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 vtkImageMapper.

static vtkMesaImageMapper* vtkMesaImageMapper::SafeDownCast ( vtkObject o  )  [static]

Reimplemented from vtkImageMapper.

virtual void vtkMesaImageMapper::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 vtkImageMapper.

void vtkMesaImageMapper::RenderOpaqueGeometry ( vtkViewport viewport,
vtkActor2D actor 
) [inline, virtual]

Handle the render method.

Reimplemented from vtkMapper2D.

Definition at line 42 of file vtkMesaImageMapper.h.

void vtkMesaImageMapper::RenderData ( vtkViewport viewport,
vtkImageData data,
vtkActor2D actor 
) [virtual]

Called by the Render function in vtkImageMapper. Actually draws the image to the screen.

Implements vtkImageMapper.


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

Generated on Mon Sep 27 18:34:11 2010 for VTK by  doxygen 1.5.6