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