37 #ifndef vtkTransferAttributes_h
38 #define vtkTransferAttributes_h
61 vtkSetMacro(DirectMapping,
bool);
62 vtkGetMacro(DirectMapping,
bool);
63 vtkBooleanMacro(DirectMapping,
bool);
68 vtkGetStringMacro(SourceArrayName);
69 vtkSetStringMacro(SourceArrayName);
74 vtkGetStringMacro(TargetArrayName);
75 vtkSetStringMacro(TargetArrayName);
81 vtkGetMacro(SourceFieldType,
int);
82 vtkSetMacro(SourceFieldType,
int);
88 vtkGetMacro(TargetFieldType,
int);
89 vtkSetMacro(TargetFieldType,
int);
A atomic type representing the union of many types.
a simple class to control print indentation
transfer data from a graph representation to a tree representation using direct mapping or pedigree i...
#define VTKINFOVISCORE_EXPORT