38 #ifndef __vtkMapArrayValues_h
39 #define __vtkMapArrayValues_h
65 vtkSetMacro(PassArray,
int);
66 vtkGetMacro(PassArray,
int);
67 vtkBooleanMacro(PassArray,
int);
74 vtkSetMacro(FillValue,
double);
75 vtkGetMacro(FillValue,
double);
81 vtkSetStringMacro(InputArrayName);
82 vtkGetStringMacro(InputArrayName);
87 vtkSetStringMacro(OutputArrayName);
88 vtkGetStringMacro(OutputArrayName);
94 vtkGetMacro(OutputArrayType,
int);
95 vtkSetMacro(OutputArrayType,
int);
103 void AddToMap(
int from,
int to);
104 void AddToMap(
int from,
char *to);
105 void AddToMap(
char *from,
int to);
106 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