Go to the documentation of this file.
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);
void SetDefaultValue(vtkVariant value)
~vtkTransferAttributes() override
vtkVariant GetDefaultValue()
Method to get/set the default value.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Convert the vtkGraph into vtkPolyData.
a simple class to control print indentation
A atomic type representing the union of many types.
transfer data from a graph representation to a tree representation using direct mapping or pedigree i...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkTransferAttributes * New()
Create a vtkTransferAttributes object.
int FillInputPortInformation(int port, vtkInformation *info) override
Set the input type of the algorithm to vtkGraph.