#include "vtkAbstractMapper3D.h"
#include "vtkScalarsToColors.h"
Include dependency graph for vtkMapper.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | vtkMapper |
abstract class specifies interface to map data to graphics primitives More... | |
Defines | |
#define | VTK_RESOLVE_OFF 0 |
#define | VTK_RESOLVE_POLYGON_OFFSET 1 |
#define | VTK_RESOLVE_SHIFT_ZBUFFER 2 |
#define | VTK_GET_ARRAY_BY_ID 0 |
#define | VTK_GET_ARRAY_BY_NAME 1 |
#define | VTK_MATERIALMODE_DEFAULT 0 |
#define | VTK_MATERIALMODE_AMBIENT 1 |
#define | VTK_MATERIALMODE_DIFFUSE 2 |
#define | VTK_MATERIALMODE_AMBIENT_AND_DIFFUSE 3 |
|
Definition at line 80 of file vtkMapper.h. Referenced by vtkMapper::SetResolveCoincidentTopologyToOff(). |
|
Definition at line 81 of file vtkMapper.h. Referenced by vtkMapper::SetResolveCoincidentTopologyToPolygonOffset(). |
|
Definition at line 82 of file vtkMapper.h. Referenced by vtkMapper::SetResolveCoincidentTopologyToShiftZBuffer(). |
|
Definition at line 84 of file vtkMapper.h. |
|
Definition at line 85 of file vtkMapper.h. |
|
Definition at line 87 of file vtkMapper.h. Referenced by vtkMapper::SetScalarMaterialModeToDefault(). |
|
Definition at line 88 of file vtkMapper.h. Referenced by vtkMapper::SetScalarMaterialModeToAmbient(). |
|
Definition at line 89 of file vtkMapper.h. Referenced by vtkMapper::SetScalarMaterialModeToDiffuse(). |
|
Definition at line 90 of file vtkMapper.h. Referenced by vtkMapper::SetScalarMaterialModeToAmbientAndDiffuse(). |