38 #ifndef vtkTransferAttributes_h 
   39 #define vtkTransferAttributes_h 
   41 #include "vtkInfovisCoreModule.h"  
   67   vtkSetMacro(DirectMapping, 
bool);
 
   68   vtkGetMacro(DirectMapping, 
bool);
 
   69   vtkBooleanMacro(DirectMapping, 
bool);
 
   76   vtkGetStringMacro(SourceArrayName);
 
   77   vtkSetStringMacro(SourceArrayName);
 
   84   vtkGetStringMacro(TargetArrayName);
 
   85   vtkSetStringMacro(TargetArrayName);
 
   93   vtkGetMacro(SourceFieldType, 
int);
 
   94   vtkSetMacro(SourceFieldType, 
int);
 
  102   vtkGetMacro(TargetFieldType, 
int);
 
  103   vtkSetMacro(TargetFieldType, 
int);