VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkDataSetMapper Class Reference

map vtkDataSet and derived classes to graphics primitives More...

#include <vtkDataSetMapper.h>

Inheritance diagram for vtkDataSetMapper:
Inheritance graph
[legend]
Collaboration diagram for vtkDataSetMapper:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkMapper Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkDataSetMapperNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
void Render (vtkRenderer *ren, vtkActor *act)
void ReleaseGraphicsResources (vtkWindow *)
unsigned long GetMTime ()
virtual vtkPolyDataMapperGetPolyDataMapper ()
void SetInputData (vtkDataSet *input)
vtkDataSetGetInput ()

Static Public Member Functions

static vtkDataSetMapperNew ()
static int IsTypeOf (const char *type)
static vtkDataSetMapperSafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkDataSetMapper ()
 ~vtkDataSetMapper ()
virtual void ReportReferences (vtkGarbageCollector *)
virtual int FillInputPortInformation (int port, vtkInformation *info)

Protected Attributes

vtkDataSetSurfaceFilterGeometryExtractor
vtkPolyDataMapperPolyDataMapper

Detailed Description

map vtkDataSet and derived classes to graphics primitives

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.

Examples:
vtkDataSetMapper (Examples)
Tests:
vtkDataSetMapper (Tests)

Definition at line 41 of file vtkDataSetMapper.h.


Member Typedef Documentation

Reimplemented from vtkMapper.

Definition at line 45 of file vtkDataSetMapper.h.


Constructor & Destructor Documentation


Member Function Documentation

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkAlgorithm.

static int vtkDataSetMapper::IsTypeOf ( const char *  name) [static]

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 vtkMapper.

virtual int vtkDataSetMapper::IsA ( const char *  name) [virtual]

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 vtkMapper.

Reimplemented from vtkMapper.

virtual vtkObjectBase* vtkDataSetMapper::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkMapper.

Reimplemented from vtkMapper.

void vtkDataSetMapper::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

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.

void vtkDataSetMapper::Render ( vtkRenderer ren,
vtkActor a 
) [virtual]

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.

unsigned long vtkDataSetMapper::GetMTime ( ) [virtual]

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.

virtual void vtkDataSetMapper::ReportReferences ( vtkGarbageCollector ) [protected, virtual]

Reimplemented from vtkAlgorithm.

virtual int vtkDataSetMapper::FillInputPortInformation ( int  port,
vtkInformation info 
) [protected, virtual]

Fill the input port information objects for this algorithm. This is invoked by the first call to GetInputPortInformation for each port so subclasses can specify what they can handle.

Reimplemented from vtkAlgorithm.


Member Data Documentation

Definition at line 73 of file vtkDataSetMapper.h.

Definition at line 74 of file vtkDataSetMapper.h.


The documentation for this class was generated from the following file: