Go to the documentation of this file.
38 #ifndef vtkTransferAttributes_h
39 #define vtkTransferAttributes_h
41 #include "vtkInfovisCoreModule.h"
68 vtkGetMacro(DirectMapping,
bool);
77 vtkSetStringMacro(SourceArrayName);
85 vtkSetStringMacro(TargetArrayName);
93 vtkGetMacro(SourceFieldType,
int);
102 vtkGetMacro(TargetFieldType,
int);
void SetDefaultValue(vtkVariant value)
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Convert the vtkGraph into vtkPolyData.
vtkVariant GetDefaultValue()
Method to get/set the default value.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
int FillInputPortInformation(int port, vtkInformation *info)
Set the input type of the algorithm to vtkGraph.
a simple class to control print indentation
A atomic type representing the union of many types.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
transfer data from a graph representation to a tree representation using direct mapping or pedigree i...
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
static vtkTransferAttributes * New()
Create a vtkTransferAttributes object.