46 #ifndef __vtkHierarchicalGraphView_h
47 #define __vtkHierarchicalGraphView_h
71 virtual void SetGraphEdgeLabelArrayName(
const char*
name);
72 virtual const char* GetGraphEdgeLabelArrayName();
77 virtual void SetGraphEdgeLabelVisibility(
bool vis);
78 virtual bool GetGraphEdgeLabelVisibility();
79 vtkBooleanMacro(GraphEdgeLabelVisibility,
bool);
84 virtual void SetGraphEdgeColorArrayName(
const char*
name);
85 virtual const char* GetGraphEdgeColorArrayName();
89 virtual void SetGraphEdgeColorToSplineFraction();
93 virtual void SetColorGraphEdgesByArray(
bool vis);
94 virtual bool GetColorGraphEdgesByArray();
95 vtkBooleanMacro(ColorGraphEdgesByArray,
bool);
100 virtual void SetBundlingStrength(
double strength);
101 virtual double GetBundlingStrength();
106 virtual void SetGraphVisibility(
bool b);
107 virtual bool GetGraphVisibility();
108 vtkBooleanMacro(GraphVisibility,
bool);
113 virtual void SetGraphEdgeLabelFontSize(
const int size);
114 virtual int GetGraphEdgeLabelFontSize();
void PrintSelf(ostream &os, vtkIndent indent)
Lays out and displays a graph.
virtual vtkDataRepresentation * CreateDefaultRepresentation(vtkAlgorithmOutput *conn)
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.
virtual vtkRenderedGraphRepresentation * GetGraphRepresentation()
static vtkGraphLayoutView * New()
general representation of visualization data