#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 60 of file vtkMapper.h. Referenced by vtkMapper::SetResolveCoincidentTopologyToOff(). | 
| 
 | 
| 
 Definition at line 61 of file vtkMapper.h. Referenced by vtkMapper::SetResolveCoincidentTopologyToPolygonOffset(). | 
| 
 | 
| 
 Definition at line 62 of file vtkMapper.h. Referenced by vtkMapper::SetResolveCoincidentTopologyToShiftZBuffer(). | 
| 
 | 
| 
 Definition at line 64 of file vtkMapper.h. | 
| 
 | 
| 
 Definition at line 65 of file vtkMapper.h. | 
| 
 | 
| 
 Definition at line 67 of file vtkMapper.h. Referenced by vtkMapper::SetScalarMaterialModeToDefault(). | 
| 
 | 
| 
 Definition at line 68 of file vtkMapper.h. Referenced by vtkMapper::SetScalarMaterialModeToAmbient(). | 
| 
 | 
| 
 Definition at line 69 of file vtkMapper.h. Referenced by vtkMapper::SetScalarMaterialModeToDiffuse(). | 
| 
 | 
| 
 Definition at line 70 of file vtkMapper.h. Referenced by vtkMapper::SetScalarMaterialModeToAmbientAndDiffuse(). |