#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 unsigned long | GetMTime () |
virtual void | ReleaseGraphicsResources (vtkWindow *) |
void | SetClippingPlanes (vtkPlanes *planes) |
void | ShallowCopy (vtkAbstractMapper *m) |
virtual float | GetTimeToDraw () |
void | AddClippingPlane (vtkPlane *plane) |
void | RemoveClippingPlane (vtkPlane *plane) |
void | RemoveAllClippingPlanes () |
virtual void | SetClippingPlanes (vtkPlaneCollection *) |
virtual vtkPlaneCollection * | GetClippingPlanes () |
Static Public Methods | |
int | IsTypeOf (const char *type) |
vtkAbstractMapper * | SafeDownCast (vtkObject *o) |
vtkDataArray * | GetScalars (vtkDataSet *input, int scalarMode, int arrayAccessMode, int arrayId, const char *arrayName, int &component) |
Protected Methods | |
vtkAbstractMapper () | |
~vtkAbstractMapper () | |
Protected Attributes | |
vtkTimerLog * | Timer |
float | TimeToDraw |
vtkWindow * | LastWindow |
vtkPlaneCollection * | ClippingPlanes |
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 76 of file vtkAbstractMapper.h.
|
|
|
|
|
|
|
|
|
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, vtkAbstractMapper3D, vtkDataSetMapper, vtkImageMapper, vtkLabeledDataMapper, vtkMapper, vtkMesaVolumeTextureMapper2D, vtkOpenGLVolumeTextureMapper2D, vtkPolyDataMapper, vtkPolyDataMapper2D, vtkTextMapper, vtkVolumeMapper, vtkVolumeProMapper, vtkVolumeRayCastMapper, vtkVolumeTextureMapper, vtkVolumeTextureMapper2D, vtkWin32ImageMapper, and vtkXImageMapper. |
|
Override Modifiedtime as we have added Clipping planes Reimplemented from vtkObject. Reimplemented in vtkDataSetMapper, vtkImageMapper, vtkMapper, vtkPolyDataMapper2D, and vtkWin32ImageMapper. |
|
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, vtkLabeledDataMapper, vtkMapper, vtkMesaPolyDataMapper, vtkOpenGLPolyDataMapper, vtkVolumeMapper, vtkVolumeRayCastMapper, vtkWin32OpenGLTextMapper, vtkXMesaTextMapper, and vtkXOpenGLTextMapper. Definition at line 88 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 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 130 of file vtkAbstractMapper.h. |
|
Definition at line 131 of file vtkAbstractMapper.h. |
|
Definition at line 132 of file vtkAbstractMapper.h. |
|
Definition at line 133 of file vtkAbstractMapper.h. |