37 #ifndef __vtkTransferAttributes_h
38 #define __vtkTransferAttributes_h
40 #include "vtkInfovisCoreModule.h"
41 #include "vtkPassInputTypeAlgorithm.h"
42 #include "vtkVariant.h"
55 void PrintSelf(ostream& os, vtkIndent indent);
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);
94 vtkVariant GetDefaultValue();
95 void SetDefaultValue(vtkVariant value);
99 int FillInputPortInformation(
int port, vtkInformation* info);
115 int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
transfer data from a graph representation to a tree representation using direct mapping or pedigree i...