37 #ifndef __vtkTransferAttributes_h
38 #define __vtkTransferAttributes_h
60 vtkSetMacro(DirectMapping,
bool);
61 vtkGetMacro(DirectMapping,
bool);
62 vtkBooleanMacro(DirectMapping,
bool);
67 vtkGetStringMacro(SourceArrayName);
68 vtkSetStringMacro(SourceArrayName);
73 vtkGetStringMacro(TargetArrayName);
74 vtkSetStringMacro(TargetArrayName);
80 vtkGetMacro(SourceFieldType,
int);
81 vtkSetMacro(SourceFieldType,
int);
87 vtkGetMacro(TargetFieldType,
int);
88 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...