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);
Superclass for algorithms that produce only graph as output.
layout graph arcs in bundles
vtkGraphHierarchicalBundleEdges()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
int FillInputPortInformation(int port, vtkInformation *info)
Set the input type of the algorithm to vtkGraph.
static vtkGraphHierarchicalBundleEdges * New()
~vtkGraphHierarchicalBundleEdges()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Convert the vtkGraph into vtkPolyData.
a simple class to control print indentation
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.