#include <vtkAbstractMapper3D.h>
Inheritance diagram for vtkAbstractMapper3D:
vtkAbstractMapper3D is an abstract class to specify interface between 3D data and graphics primitives or software rendering techniques. Subclasses of vtkAbstractMapper3D can be used for rendering geometry or rendering volumetric data.
This class also defines an API to support hardware clipping planes (at most six planes can be defined). It also provides geometric data about the input data it maps, such as the bounding box and center.
Definition at line 53 of file vtkAbstractMapper3D.h.
Public Types | |
typedef vtkAbstractMapper | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual double * | GetBounds ()=0 |
virtual void | GetBounds (double bounds[6]) |
double | GetLength () |
virtual int | IsARayCastMapper () |
virtual int | IsARenderIntoImageMapper () |
virtual void | Update ()=0 |
double * | GetCenter () |
void | GetCenter (double center[3]) |
Static Public Member Functions | |
int | IsTypeOf (const char *type) |
vtkAbstractMapper3D * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkAbstractMapper3D () | |
~vtkAbstractMapper3D () | |
Protected Attributes | |
double | Bounds [6] |
double | Center [3] |
|
|
|
|
Definition at line 93 of file vtkAbstractMapper3D.h. |
|
|
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 vtkAbstractMapper. Reimplemented in vtkAbstractVolumeMapper, vtkDataSetMapper, vtkMapper, vtkMesaPolyDataMapper, vtkMesaVolumeRayCastMapper, vtkMesaVolumeTextureMapper2D, vtkOpenGLPolyDataMapper, vtkOpenGLVolumeProVP1000Mapper, vtkOpenGLVolumeRayCastMapper, vtkOpenGLVolumeShearWarpMapper, vtkOpenGLVolumeTextureMapper2D, vtkPolyDataMapper, vtkUnstructuredGridVolumeMapper, vtkUnstructuredGridVolumeRayCastMapper, vtkVolumeMapper, vtkVolumeProMapper, vtkVolumeProVP1000Mapper, vtkVolumeRayCastMapper, vtkVolumeShearWarpMapper, vtkVolumeTextureMapper, and vtkVolumeTextureMapper2D. |
|
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 vtkAbstractMapper. Reimplemented in vtkAbstractVolumeMapper, vtkDataSetMapper, vtkMapper, vtkMesaPolyDataMapper, vtkMesaVolumeRayCastMapper, vtkMesaVolumeTextureMapper2D, vtkOpenGLPolyDataMapper, vtkOpenGLVolumeProVP1000Mapper, vtkOpenGLVolumeRayCastMapper, vtkOpenGLVolumeShearWarpMapper, vtkOpenGLVolumeTextureMapper2D, vtkPolyDataMapper, vtkUnstructuredGridVolumeMapper, vtkUnstructuredGridVolumeRayCastMapper, vtkVolumeMapper, vtkVolumeProMapper, vtkVolumeProVP1000Mapper, vtkVolumeRayCastMapper, vtkVolumeShearWarpMapper, vtkVolumeTextureMapper, and vtkVolumeTextureMapper2D. |
|
|
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 vtkAbstractMapper. Reimplemented in vtkAbstractVolumeMapper, vtkDataSetMapper, vtkMapper, vtkMesaPolyDataMapper, vtkMesaVolumeRayCastMapper, vtkMesaVolumeTextureMapper2D, vtkOpenGLPolyDataMapper, vtkOpenGLVolumeProVP1000Mapper, vtkOpenGLVolumeRayCastMapper, vtkOpenGLVolumeShearWarpMapper, vtkOpenGLVolumeTextureMapper2D, vtkPolyDataMapper, vtkUnstructuredGridVolumeMapper, vtkUnstructuredGridVolumeRayCastMapper, vtkVolumeMapper, vtkVolumeProMapper, vtkVolumeProVP1000Mapper, vtkVolumeRayCastMapper, vtkVolumeShearWarpMapper, vtkVolumeTextureMapper, and vtkVolumeTextureMapper2D. |
|
Return bounding box (array of six doubles) of data expressed as (xmin,xmax, ymin,ymax, zmin,zmax). Implemented in vtkAbstractVolumeMapper, vtkMapper, and vtkPolyDataMapper. Referenced by vtkMapper::GetBounds(), and vtkAbstractVolumeMapper::GetBounds(). |
|
Get the bounds for this mapper as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax). Reimplemented in vtkAbstractVolumeMapper, vtkMapper, and vtkPolyDataMapper. |
|
Return the Center of this mapper's data. |
|
Return the Center of this mapper's data. Definition at line 69 of file vtkAbstractMapper3D.h. |
|
Return the diagonal length of this mappers bounding box. |
|
Is this a ray cast mapper? A subclass would return 1 if the ray caster is needed to generate an image from this mapper. Definition at line 81 of file vtkAbstractMapper3D.h. |
|
Is this a "render into image" mapper? A subclass would return 1 if the mapper produces an image by rendering into a software image buffer. Definition at line 86 of file vtkAbstractMapper3D.h. |
|
Update the network connected to this mapper. Reimplemented from vtkAlgorithm. Implemented in vtkAbstractVolumeMapper, vtkMapper, vtkPolyDataMapper, vtkVolumeShearWarpMapper, and vtkVolumeTextureMapper. |
|
Definition at line 95 of file vtkAbstractMapper3D.h. |
|
Definition at line 96 of file vtkAbstractMapper3D.h. |