54 #ifndef __vtkGraphHierarchicalBundleEdges_h
55 #define __vtkGraphHierarchicalBundleEdges_h
71 vtkSetClampMacro(BundlingStrength,
double, 0.0, 1.0);
72 vtkGetMacro(BundlingStrength,
double);
79 vtkSetMacro(DirectMapping,
bool);
80 vtkGetMacro(DirectMapping,
bool);
81 vtkBooleanMacro(DirectMapping,
bool);
static vtkGraphAlgorithm * New()
Superclass for algorithms that produce only graph as output.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent)
layout graph arcs in bundles
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
~vtkGraphHierarchicalBundleEdges()
virtual int FillInputPortInformation(int port, vtkInformation *info)