41 #ifndef vtkHierarchicalGraphView_h
42 #define vtkHierarchicalGraphView_h
44 #include "vtkViewsInfovisModule.h"
70 virtual void SetGraphEdgeLabelArrayName(
const char*
name);
71 virtual const char* GetGraphEdgeLabelArrayName();
78 virtual void SetGraphEdgeLabelVisibility(
bool vis);
79 virtual bool GetGraphEdgeLabelVisibility();
87 virtual void SetGraphEdgeColorArrayName(
const char*
name);
88 virtual const char* GetGraphEdgeColorArrayName();
94 virtual void SetGraphEdgeColorToSplineFraction();
100 virtual void SetColorGraphEdgesByArray(
bool vis);
101 virtual bool GetColorGraphEdgesByArray();
109 virtual void SetBundlingStrength(
double strength);
110 virtual double GetBundlingStrength();
117 virtual void SetGraphVisibility(
bool b);
118 virtual bool GetGraphVisibility();
126 virtual void SetGraphEdgeLabelFontSize(
const int size);
127 virtual int GetGraphEdgeLabelFontSize();
Lays out and displays a graph.
Proxy object to connect input/output ports.
a simple class to control print indentation
Accepts a graph and a hierarchy - currently a tree - and provides a hierarchy-aware display...
The superclass for all representations.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
static vtkGraphLayoutView * New()
general representation of visualization data