Main Page | Directories | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

vtkAbstractMapper.h File Reference

#include "vtkProcessObject.h"

Include dependency graph for vtkAbstractMapper.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Classes

class  vtkAbstractMapper
 abstract class specifies interface to map data More...

Defines

#define VTK_SCALAR_MODE_DEFAULT   0
#define VTK_SCALAR_MODE_USE_POINT_DATA   1
#define VTK_SCALAR_MODE_USE_CELL_DATA   2
#define VTK_SCALAR_MODE_USE_POINT_FIELD_DATA   3
#define VTK_SCALAR_MODE_USE_CELL_FIELD_DATA   4
#define VTK_GET_ARRAY_BY_ID   0
#define VTK_GET_ARRAY_BY_NAME   1


Define Documentation

#define VTK_SCALAR_MODE_DEFAULT   0
 

Definition at line 42 of file vtkAbstractMapper.h.

Referenced by vtkPolyDataMapper2D::SetScalarModeToDefault(), and vtkMapper::SetScalarModeToDefault().

#define VTK_SCALAR_MODE_USE_POINT_DATA   1
 

Definition at line 43 of file vtkAbstractMapper.h.

Referenced by vtkPolyDataMapper2D::SetScalarModeToUsePointData(), and vtkMapper::SetScalarModeToUsePointData().

#define VTK_SCALAR_MODE_USE_CELL_DATA   2
 

Definition at line 44 of file vtkAbstractMapper.h.

Referenced by vtkPolyDataMapper2D::SetScalarModeToUseCellData(), and vtkMapper::SetScalarModeToUseCellData().

#define VTK_SCALAR_MODE_USE_POINT_FIELD_DATA   3
 

Definition at line 45 of file vtkAbstractMapper.h.

Referenced by vtkPolyDataMapper2D::SetScalarModeToUsePointFieldData(), and vtkMapper::SetScalarModeToUsePointFieldData().

#define VTK_SCALAR_MODE_USE_CELL_FIELD_DATA   4
 

Definition at line 46 of file vtkAbstractMapper.h.

Referenced by vtkPolyDataMapper2D::SetScalarModeToUseCellFieldData(), and vtkMapper::SetScalarModeToUseCellFieldData().

#define VTK_GET_ARRAY_BY_ID   0
 

Definition at line 48 of file vtkAbstractMapper.h.

#define VTK_GET_ARRAY_BY_NAME   1
 

Definition at line 49 of file vtkAbstractMapper.h.