38 #ifndef vtkMapArrayValues_h
39 #define vtkMapArrayValues_h
66 vtkSetMacro(PassArray,
int);
67 vtkGetMacro(PassArray,
int);
68 vtkBooleanMacro(PassArray,
int);
75 vtkSetMacro(FillValue,
double);
76 vtkGetMacro(FillValue,
double);
82 vtkSetStringMacro(InputArrayName);
83 vtkGetStringMacro(InputArrayName);
88 vtkSetStringMacro(OutputArrayName);
89 vtkGetStringMacro(OutputArrayName);
95 vtkGetMacro(OutputArrayType,
int);
96 vtkSetMacro(OutputArrayType,
int);
104 void AddToMap(
int from,
int to);
105 void AddToMap(
int from,
char *to);
106 void AddToMap(
char *from,
int to);
107 void AddToMap(
char *from,
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
#define VTKRENDERINGCORE_EXPORT