Go to the documentation of this file.
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);
Map values in an input array to different values in an output array of (possibly) different type.
a simple class to control print indentation
A atomic type representing the union of many types.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.