46 #ifndef vtkHierarchicalGraphView_h
47 #define vtkHierarchicalGraphView_h
72 virtual void SetGraphEdgeLabelArrayName(
const char*
name);
73 virtual const char* GetGraphEdgeLabelArrayName();
78 virtual void SetGraphEdgeLabelVisibility(
bool vis);
79 virtual bool GetGraphEdgeLabelVisibility();
80 vtkBooleanMacro(GraphEdgeLabelVisibility,
bool);
85 virtual void SetGraphEdgeColorArrayName(
const char*
name);
86 virtual const char* GetGraphEdgeColorArrayName();
90 virtual void SetGraphEdgeColorToSplineFraction();
94 virtual void SetColorGraphEdgesByArray(
bool vis);
95 virtual bool GetColorGraphEdgesByArray();
96 vtkBooleanMacro(ColorGraphEdgesByArray,
bool);
101 virtual void SetBundlingStrength(
double strength);
102 virtual double GetBundlingStrength();
107 virtual void SetGraphVisibility(
bool b);
108 virtual bool GetGraphVisibility();
109 vtkBooleanMacro(GraphVisibility,
bool);
114 virtual void SetGraphEdgeLabelFontSize(
const int size);
115 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
#define VTKVIEWSINFOVIS_EXPORT