39#ifndef vtkGraphHierarchicalBundleEdges_h 
   40#define vtkGraphHierarchicalBundleEdges_h 
   43#include "vtkInfovisCoreModule.h"  
   45VTK_ABI_NAMESPACE_BEGIN
 
   61  vtkSetClampMacro(BundlingStrength, 
double, 0.0, 1.0);
 
   62  vtkGetMacro(BundlingStrength, 
double);
 
   72  vtkSetMacro(DirectMapping, 
bool);
 
   73  vtkGetMacro(DirectMapping, 
bool);
 
   74  vtkBooleanMacro(DirectMapping, 
bool);
 
Superclass for algorithms that produce only graph as output.
 
layout graph arcs in bundles
 
vtkGraphHierarchicalBundleEdges()
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
static vtkGraphHierarchicalBundleEdges * New()
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Convert the vtkGraph into vtkPolyData.
 
int FillInputPortInformation(int port, vtkInformation *info) override
Set the input type of the algorithm to vtkGraph.
 
~vtkGraphHierarchicalBundleEdges() override=default
 
a simple class to control print indentation