54 #ifndef __vtkGraphHierarchicalBundleEdges_h
55 #define __vtkGraphHierarchicalBundleEdges_h
57 #include "vtkInfovisCoreModule.h"
58 #include "vtkGraphAlgorithm.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);
86 int FillInputPortInformation(
int port, vtkInformation* info);
97 int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
layout graph arcs in bundles
~vtkGraphHierarchicalBundleEdges()