Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

vtkAbstractMapper Class Reference

abstract class specifies interface to map data. More...

#include <vtkAbstractMapper.h>

Inheritance diagram for vtkAbstractMapper:

Inheritance graph
[legend]
Collaboration diagram for vtkAbstractMapper:

Collaboration graph
[legend]
List of all members.

Public Methods

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
virtual void ReleaseGraphicsResources (vtkWindow *)
virtual float GetTimeToDraw ()

Static Public Methods

int IsTypeOf (const char *type)
vtkAbstractMapper * SafeDownCast (vtkObject *o)

Protected Methods

 vtkAbstractMapper ()
 ~vtkAbstractMapper ()
 vtkAbstractMapper (const vtkAbstractMapper &)
void operator= (const vtkAbstractMapper &)

Protected Attributes

float TimeToDraw
vtkWindowLastWindow

Detailed Description

abstract class specifies interface to map data.

Date:
2000/12/10 20:08:05
Revision:
1.14

vtkAbstractMapper is an abstract class to specify interface between data and graphics primitives or software rendering techniques. Subclasses of vtkAbstractMapper can be used for rendering 2D data, geometry, or volumetric data.

See also:
vtkAbstractMapper3D vtkMapper vtkPolyDataMapper vtkVolumeMapper

Definition at line 60 of file vtkAbstractMapper.h.


Constructor & Destructor Documentation

vtkAbstractMapper::vtkAbstractMapper   [protected]
 

vtkAbstractMapper::~vtkAbstractMapper   [inline, protected]
 

Definition at line 76 of file vtkAbstractMapper.h.

vtkAbstractMapper::vtkAbstractMapper const vtkAbstractMapper &    [inline, protected]
 

Definition at line 77 of file vtkAbstractMapper.h.


Member Function Documentation

virtual const char* vtkAbstractMapper::GetClassName   [virtual]
 

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 vtkProcessObject.

Reimplemented in vtkMapper2D, vtkOpenGLVolumeProVG500Mapper, vtkVolumeProMapper, vtkVolumeProVG500Mapper, vtkAbstractMapper3D, vtkDataSetMapper, vtkMapper, vtkMesaPolyDataMapper, vtkMesaVolumeTextureMapper2D, vtkOpenGLPolyDataMapper, vtkOpenGLVolumeTextureMapper2D, vtkPolyDataMapper, vtkVolumeMapper, vtkVolumeRayCastMapper, vtkVolumeTextureMapper, vtkVolumeTextureMapper2D, vtkImageMapper, vtkLabeledDataMapper, vtkMesaImageMapper, vtkMesaPolyDataMapper2D, vtkOpenGLImageMapper, vtkOpenGLPolyDataMapper2D, vtkPolyDataMapper2D, vtkTextMapper, vtkWin32ImageMapper, vtkWin32OpenGLTextMapper, vtkWin32PolyDataMapper2D, vtkWin32TextMapper, vtkXImageMapper, vtkXMesaTextMapper, vtkXOpenGLTextMapper, vtkXPolyDataMapper2D, and vtkXTextMapper.

int vtkAbstractMapper::IsTypeOf const char *    type [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 vtkProcessObject.

Reimplemented in vtkMapper2D, vtkOpenGLVolumeProVG500Mapper, vtkVolumeProMapper, vtkVolumeProVG500Mapper, vtkAbstractMapper3D, vtkDataSetMapper, vtkMapper, vtkMesaPolyDataMapper, vtkMesaVolumeTextureMapper2D, vtkOpenGLPolyDataMapper, vtkOpenGLVolumeTextureMapper2D, vtkPolyDataMapper, vtkVolumeMapper, vtkVolumeRayCastMapper, vtkVolumeTextureMapper, vtkVolumeTextureMapper2D, vtkImageMapper, vtkLabeledDataMapper, vtkMesaImageMapper, vtkMesaPolyDataMapper2D, vtkOpenGLImageMapper, vtkOpenGLPolyDataMapper2D, vtkPolyDataMapper2D, vtkTextMapper, vtkWin32ImageMapper, vtkWin32OpenGLTextMapper, vtkWin32PolyDataMapper2D, vtkWin32TextMapper, vtkXImageMapper, vtkXMesaTextMapper, vtkXOpenGLTextMapper, vtkXPolyDataMapper2D, and vtkXTextMapper.

virtual int vtkAbstractMapper::IsA const char *    type [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 vtkProcessObject.

Reimplemented in vtkMapper2D, vtkOpenGLVolumeProVG500Mapper, vtkVolumeProMapper, vtkVolumeProVG500Mapper, vtkAbstractMapper3D, vtkDataSetMapper, vtkMapper, vtkMesaPolyDataMapper, vtkMesaVolumeTextureMapper2D, vtkOpenGLPolyDataMapper, vtkOpenGLVolumeTextureMapper2D, vtkPolyDataMapper, vtkVolumeMapper, vtkVolumeRayCastMapper, vtkVolumeTextureMapper, vtkVolumeTextureMapper2D, vtkImageMapper, vtkLabeledDataMapper, vtkMesaImageMapper, vtkMesaPolyDataMapper2D, vtkOpenGLImageMapper, vtkOpenGLPolyDataMapper2D, vtkPolyDataMapper2D, vtkTextMapper, vtkWin32ImageMapper, vtkWin32OpenGLTextMapper, vtkWin32PolyDataMapper2D, vtkWin32TextMapper, vtkXImageMapper, vtkXMesaTextMapper, vtkXOpenGLTextMapper, vtkXPolyDataMapper2D, and vtkXTextMapper.

vtkAbstractMapper* vtkAbstractMapper::SafeDownCast vtkObject   o [static]
 

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 vtkProcessObject.

Reimplemented in vtkMapper2D, vtkOpenGLVolumeProVG500Mapper, vtkVolumeProMapper, vtkVolumeProVG500Mapper, vtkAbstractMapper3D, vtkDataSetMapper, vtkMapper, vtkMesaPolyDataMapper, vtkMesaVolumeTextureMapper2D, vtkOpenGLPolyDataMapper, vtkOpenGLVolumeTextureMapper2D, vtkPolyDataMapper, vtkVolumeMapper, vtkVolumeRayCastMapper, vtkVolumeTextureMapper, vtkVolumeTextureMapper2D, vtkImageMapper, vtkLabeledDataMapper, vtkMesaImageMapper, vtkMesaPolyDataMapper2D, vtkOpenGLImageMapper, vtkOpenGLPolyDataMapper2D, vtkPolyDataMapper2D, vtkTextMapper, vtkWin32ImageMapper, vtkWin32OpenGLTextMapper, vtkWin32PolyDataMapper2D, vtkWin32TextMapper, vtkXImageMapper, vtkXMesaTextMapper, vtkXOpenGLTextMapper, vtkXPolyDataMapper2D, and vtkXTextMapper.

void vtkAbstractMapper::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 vtkProcessObject.

Reimplemented in vtkMapper2D, vtkVolumeProMapper, vtkAbstractMapper3D, vtkDataSetMapper, vtkMapper, vtkMesaVolumeTextureMapper2D, vtkOpenGLVolumeTextureMapper2D, vtkPolyDataMapper, vtkVolumeMapper, vtkVolumeRayCastMapper, vtkVolumeTextureMapper, vtkVolumeTextureMapper2D, vtkImageMapper, vtkLabeledDataMapper, vtkPolyDataMapper2D, vtkTextMapper, vtkWin32ImageMapper, and vtkXImageMapper.

virtual void vtkAbstractMapper::ReleaseGraphicsResources vtkWindow   [inline, virtual]
 

Release any graphics resources that are being consumed by this mapper. The parameter window could be used to determine which graphic resources to release.

Reimplemented in vtkDataSetMapper, vtkMapper, vtkMesaPolyDataMapper, vtkOpenGLPolyDataMapper, vtkVolumeMapper, vtkVolumeRayCastMapper, vtkLabeledDataMapper, vtkWin32OpenGLTextMapper, vtkXMesaTextMapper, and vtkXOpenGLTextMapper.

Definition at line 69 of file vtkAbstractMapper.h.

virtual float vtkAbstractMapper::GetTimeToDraw   [virtual]
 

Get the time required to draw the geometry last time it was rendered

void vtkAbstractMapper::operator= const vtkAbstractMapper &    [inline, protected]
 

Definition at line 78 of file vtkAbstractMapper.h.


Member Data Documentation

float vtkAbstractMapper::TimeToDraw [protected]
 

Definition at line 80 of file vtkAbstractMapper.h.

vtkWindow* vtkAbstractMapper::LastWindow [protected]
 

Definition at line 81 of file vtkAbstractMapper.h.


The documentation for this class was generated from the following file:
Generated on Wed Nov 21 12:45:59 2001 for VTK by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001