39 #ifndef vtkMapArrayValues_h 40 #define vtkMapArrayValues_h 42 #include "vtkRenderingCoreModule.h" 83 vtkSetMacro(FillValue,
double);
84 vtkGetMacro(FillValue,
double);
91 vtkSetStringMacro(InputArrayName);
92 vtkGetStringMacro(InputArrayName);
99 vtkSetStringMacro(OutputArrayName);
100 vtkGetStringMacro(OutputArrayName);
108 vtkGetMacro(OutputArrayType,
int);
109 vtkSetMacro(OutputArrayType,
int);
118 void AddToMap(
int from,
int to);
119 void AddToMap(
int from,
const char *to);
120 void AddToMap(
const char *from,
int to);
121 void AddToMap(
const char *from,
const char *to);
Map values in an input array to different values in an output array of (possibly) different type...
A atomic type representing the union of many types.
a simple class to control print indentation