27 #ifndef vtkMapArrayValues_h
28 #define vtkMapArrayValues_h
31 #include "vtkRenderingCoreModule.h"
33 VTK_ABI_NAMESPACE_BEGIN
72 vtkSetMacro(FillValue,
double);
73 vtkGetMacro(FillValue,
double);
80 vtkSetStringMacro(InputArrayName);
81 vtkGetStringMacro(InputArrayName);
88 vtkSetStringMacro(OutputArrayName);
89 vtkGetStringMacro(OutputArrayName);
97 vtkGetMacro(OutputArrayType,
int);
98 vtkSetMacro(OutputArrayType,
int);
107 void AddToMap(
int from,
int to);
108 void AddToMap(
int from,
const char* to);
109 void AddToMap(
const char* from,
int to);
110 void AddToMap(
const char* from,
const char* to);
157 VTK_ABI_NAMESPACE_END
Map values in an input array to different values in an output array of (possibly) different type...
A type representing the union of many types.
a simple class to control print indentation