#include <vtkAbstractMapper.h>
Inheritance diagram for vtkAbstractMapper:
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 50 of file vtkAbstractMapper.h.
void | ShallowCopy (vtkAbstractMapper *m) |
static vtkDataArray * | GetScalars (vtkDataSet *input, int scalarMode, int arrayAccessMode, int arrayId, const char *arrayName, int &cellFlag) |
Public Types | |
typedef vtkAlgorithm | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual unsigned long | GetMTime () |
void | SetClippingPlanes (vtkPlanes *planes) |
virtual void | ReleaseGraphicsResources (vtkWindow *) |
virtual double | GetTimeToDraw () |
void | AddClippingPlane (vtkPlane *plane) |
void | RemoveClippingPlane (vtkPlane *plane) |
void | RemoveAllClippingPlanes () |
virtual void | SetClippingPlanes (vtkPlaneCollection *) |
virtual vtkPlaneCollection * | GetClippingPlanes () |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkAbstractMapper * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkAbstractMapper () | |
~vtkAbstractMapper () | |
Protected Attributes | |
vtkTimerLog * | Timer |
double | TimeToDraw |
vtkWindow * | LastWindow |
vtkPlaneCollection * | ClippingPlanes |
|
|
|
|
|
|
|
|
|
|
|
Override Modifiedtime as we have added Clipping planes Reimplemented from vtkObject. Reimplemented in vtkDataSetMapper, vtkImageMapper, vtkMapper, and vtkPolyDataMapper2D. |
|
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 vtkAbstractVolumeMapper, vtkDataSetMapper, vtkHierarchicalPolyDataMapper, vtkLabeledDataMapper, vtkMapper, vtkMesaFreeTypeTextMapper, vtkMesaPolyDataMapper, vtkOpenGLFreeTypeTextMapper, vtkOpenGLPolyDataMapper, vtkOpenGLVolumeTextureMapper3D, vtkProjectedTetrahedraMapper, vtkUnstructuredGridVolumeMapper, vtkUnstructuredGridVolumeRayCastMapper, vtkVolumeMapper, and vtkVolumeRayCastMapper. Definition at line 62 of file vtkAbstractMapper.h. |
|
Get the time required to draw the geometry last time it was rendered |
|
Specify clipping planes to be applied when the data is mapped (at most 6 clipping planes can be specified). |
|
Specify clipping planes to be applied when the data is mapped (at most 6 clipping planes can be specified). |
|
Specify clipping planes to be applied when the data is mapped (at most 6 clipping planes can be specified). |
|
Get/Set the vtkPlaneCollection which specifies the clipping planes. |
|
Get/Set the vtkPlaneCollection which specifies the clipping planes. |
|
An alternative way to set clipping planes: use up to six planes found in the supplied instance of the implicit function vtkPlanes. |
|
Make a shallow copy of this mapper. Reimplemented in vtkMapper, vtkPolyDataMapper, and vtkPolyDataMapper2D. |
|
Internal helper function for getting the active scalars. The scalar mode indicates where the scalars come from. The cellFlag is a return value that is set when the scalars actually are cell scalars. the arrayAccessMode is used to indicate how to retrieve the scalars from field data (if the scalarMode indicates that). The component is used to indicate which component in the data array to use as the scalars. |
|
Definition at line 106 of file vtkAbstractMapper.h. |
|
Definition at line 107 of file vtkAbstractMapper.h. |
|
Definition at line 108 of file vtkAbstractMapper.h. |
|
Definition at line 109 of file vtkAbstractMapper.h. |