#include <vtkDataSetMapper.h>
Inheritance diagram for vtkDataSetMapper:
vtkDataSetMapper is a mapper to map data sets (i.e., vtkDataSet and all derived classes) to graphics primitives. The mapping procedure is as follows: all 0D, 1D, and 2D cells are converted into points, lines, and polygons/triangle strips and then mapped to the graphics system. The 2D faces of 3D cells are mapped only if they are used by only one cell, i.e., on the boundary of the data set.
Definition at line 54 of file vtkDataSetMapper.h.
Public Types | |
typedef vtkMapper | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | Render (vtkRenderer *ren, vtkActor *act) |
void | ReleaseGraphicsResources (vtkWindow *) |
unsigned long | GetMTime () |
virtual vtkPolyDataMapper * | GetPolyDataMapper () |
void | SetInput (vtkDataSet *input) |
vtkDataSet * | GetInput () |
Static Public Member Functions | |
vtkDataSetMapper * | New () |
int | IsTypeOf (const char *type) |
vtkDataSetMapper * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkDataSetMapper () | |
~vtkDataSetMapper () | |
virtual void | ReportReferences (vtkGarbageCollector *) |
virtual void | RemoveReferences () |
Protected Attributes | |
vtkDataSetSurfaceFilter * | GeometryExtractor |
vtkPolyDataMapper * | PolyDataMapper |
|
Reimplemented from vtkMapper. Definition at line 58 of file vtkDataSetMapper.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkAlgorithm. |
|
Reimplemented from vtkMapper. |
|
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 vtkMapper. |
|
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 vtkMapper. |
|
Reimplemented from vtkMapper. |
|
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 vtkMapper. |
|
Method initiates the mapping process. Generally sent by the actor as each frame is rendered. Implements vtkMapper. |
|
Get the internal poly data mapper used to map data set to graphics system. |
|
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 from vtkMapper. |
|
Get the mtime also considering the lookup table. Reimplemented from vtkMapper. |
|
Set the Input of this mapper. |
|
Set the Input of this mapper. Reimplemented from vtkMapper. |
|
Reimplemented from vtkProcessObject. |
|
Reimplemented from vtkProcessObject. |
|
Definition at line 86 of file vtkDataSetMapper.h. |
|
Definition at line 87 of file vtkDataSetMapper.h. |