54 #ifndef __vtkGraphHierarchicalBundleEdges_h
55 #define __vtkGraphHierarchicalBundleEdges_h
57 #include "vtkInfovisCoreModule.h"
66 void PrintSelf(ostream& os, vtkIndent indent);
72 vtkSetClampMacro(BundlingStrength,
double, 0.0, 1.0);
73 vtkGetMacro(BundlingStrength,
double);
80 vtkSetMacro(DirectMapping,
bool);
81 vtkGetMacro(DirectMapping,
bool);
82 vtkBooleanMacro(DirectMapping,
bool);
97 int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
static vtkGraphAlgorithm * New()
Superclass for algorithms that produce only graph as output.
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)