|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   39 #ifndef vtkMapArrayValues_h 
   40 #define vtkMapArrayValues_h 
   43 #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 simple class to control print indentation
A atomic type representing the union of many types.