22 #ifndef vtkTransferAttributes_h
23 #define vtkTransferAttributes_h
25 #include "vtkInfovisCoreModule.h"
29 VTK_ABI_NAMESPACE_BEGIN
52 vtkSetMacro(DirectMapping,
bool);
53 vtkGetMacro(DirectMapping,
bool);
54 vtkBooleanMacro(DirectMapping,
bool);
61 vtkGetStringMacro(SourceArrayName);
62 vtkSetStringMacro(SourceArrayName);
69 vtkGetStringMacro(TargetArrayName);
70 vtkSetStringMacro(TargetArrayName);
78 vtkGetMacro(SourceFieldType,
int);
79 vtkSetMacro(SourceFieldType,
int);
87 vtkGetMacro(TargetFieldType,
int);
88 vtkSetMacro(TargetFieldType,
int);
126 VTK_ABI_NAMESPACE_END
A 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...