55 #ifndef vtkGraphHierarchicalBundleEdges_h
56 #define vtkGraphHierarchicalBundleEdges_h
58 #include "vtkInfovisCoreModule.h"
76 vtkSetClampMacro(BundlingStrength,
double, 0.0, 1.0);
77 vtkGetMacro(BundlingStrength,
double);
88 vtkGetMacro(DirectMapping,
bool);
static vtkGraphAlgorithm * New()
Superclass for algorithms that produce only graph as output.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
layout graph arcs in bundles
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
~vtkGraphHierarchicalBundleEdges()
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.