#include <vtkAbstractMapper.h>
Inheritance diagram for vtkAbstractMapper:
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 |
vtkWindow * | LastWindow |
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.
Definition at line 60 of file vtkAbstractMapper.h.
|
|
|
Definition at line 76 of file vtkAbstractMapper.h. |
|
Definition at line 77 of file vtkAbstractMapper.h. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
Get the time required to draw the geometry last time it was rendered |
|
Definition at line 78 of file vtkAbstractMapper.h. |
|
Definition at line 80 of file vtkAbstractMapper.h. |
|
Definition at line 81 of file vtkAbstractMapper.h. |