VTK
Classes | Macros
vtkAbstractMapper.h File Reference
#include "vtkRenderingCoreModule.h"
#include "vtkAlgorithm.h"
Include dependency graph for vtkAbstractMapper.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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

Macros

#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_SCALAR_MODE_USE_FIELD_DATA   5
 
#define VTK_GET_ARRAY_BY_ID   0
 
#define VTK_GET_ARRAY_BY_NAME   1
 

Macro Definition Documentation

#define VTK_SCALAR_MODE_DEFAULT   0

Definition at line 37 of file vtkAbstractMapper.h.

#define VTK_SCALAR_MODE_USE_POINT_DATA   1

Definition at line 38 of file vtkAbstractMapper.h.

#define VTK_SCALAR_MODE_USE_CELL_DATA   2

Definition at line 39 of file vtkAbstractMapper.h.

#define VTK_SCALAR_MODE_USE_POINT_FIELD_DATA   3

Definition at line 40 of file vtkAbstractMapper.h.

#define VTK_SCALAR_MODE_USE_CELL_FIELD_DATA   4

Definition at line 41 of file vtkAbstractMapper.h.

#define VTK_SCALAR_MODE_USE_FIELD_DATA   5

Definition at line 42 of file vtkAbstractMapper.h.

#define VTK_GET_ARRAY_BY_ID   0

Definition at line 44 of file vtkAbstractMapper.h.

#define VTK_GET_ARRAY_BY_NAME   1

Definition at line 45 of file vtkAbstractMapper.h.