39 #ifndef vtkMapArrayValues_h 40 #define vtkMapArrayValues_h 42 #include "vtkRenderingCoreModule.h" 73 vtkGetMacro(PassArray,
int);
84 vtkGetMacro(FillValue,
double);
91 vtkSetStringMacro(InputArrayName);
99 vtkSetStringMacro(OutputArrayName);
108 vtkGetMacro(OutputArrayType,
int);
118 void AddToMap(
int from,
int to);
119 void AddToMap(
int from,
char *to);
120 void AddToMap(
char *from,
int to);
121 void AddToMap(
char *from,
char *to);
151 int FillInputPortInformation(
int, vtkInformation *) VTK_OVERRIDE;
153 char* InputArrayName;
154 char* OutputArrayName;
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
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.