38 #ifndef __vtkMapArrayValues_h
39 #define __vtkMapArrayValues_h
41 #include "vtkRenderingCoreModule.h"
66 vtkSetMacro(PassArray,
int);
67 vtkGetMacro(PassArray,
int);
68 vtkBooleanMacro(PassArray,
int);
75 vtkSetMacro(FillValue,
double);
76 vtkGetMacro(FillValue,
double);
82 vtkSetStringMacro(InputArrayName);
88 vtkSetStringMacro(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);