38#ifndef vtkTransferAttributes_h
39#define vtkTransferAttributes_h
41#include "vtkInfovisCoreModule.h"
a simple class to control print indentation
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 atomic type representing the union of many types.