44 #ifndef vtkHierarchicalGraphView_h
45 #define vtkHierarchicalGraphView_h
48 #include "vtkViewsInfovisModule.h"
73 virtual void SetGraphEdgeLabelArrayName(
const char*
name);
74 virtual const char* GetGraphEdgeLabelArrayName();
81 virtual void SetGraphEdgeLabelVisibility(
bool vis);
82 virtual bool GetGraphEdgeLabelVisibility();
83 vtkBooleanMacro(GraphEdgeLabelVisibility,
bool);
90 virtual void SetGraphEdgeColorArrayName(
const char*
name);
91 virtual const char* GetGraphEdgeColorArrayName();
97 virtual void SetGraphEdgeColorToSplineFraction();
103 virtual void SetColorGraphEdgesByArray(
bool vis);
104 virtual bool GetColorGraphEdgesByArray();
105 vtkBooleanMacro(ColorGraphEdgesByArray,
bool);
112 virtual void SetBundlingStrength(
double strength);
113 virtual double GetBundlingStrength();
120 virtual void SetGraphVisibility(
bool vis);
121 virtual bool GetGraphVisibility();
122 vtkBooleanMacro(GraphVisibility,
bool);
129 virtual void SetGraphEdgeLabelFontSize(
const int size);
130 virtual int GetGraphEdgeLabelFontSize();
Lays out and displays a graph.
Proxy object to connect input/output ports.
vtkDataRepresentation * CreateDefaultRepresentation(vtkAlgorithmOutput *conn) override
Overrides behavior in vtkView to create a vtkRenderedGraphRepresentation by default.
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()
Overrides behavior in vtkView to create a vtkRenderedGraphRepresentation by default.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkGraphLayoutView * New()
general representation of visualization data