47 #ifndef vtkHierarchicalGraphView_h 48 #define vtkHierarchicalGraphView_h 50 #include "vtkViewsInfovisModule.h" 76 virtual void SetGraphEdgeLabelArrayName(
const char*
name);
77 virtual const char* GetGraphEdgeLabelArrayName();
84 virtual void SetGraphEdgeLabelVisibility(
bool vis);
85 virtual bool GetGraphEdgeLabelVisibility();
86 vtkBooleanMacro(GraphEdgeLabelVisibility,
bool);
93 virtual void SetGraphEdgeColorArrayName(
const char*
name);
94 virtual const char* GetGraphEdgeColorArrayName();
100 virtual void SetGraphEdgeColorToSplineFraction();
106 virtual void SetColorGraphEdgesByArray(
bool vis);
107 virtual bool GetColorGraphEdgesByArray();
108 vtkBooleanMacro(ColorGraphEdgesByArray,
bool);
115 virtual void SetBundlingStrength(
double strength);
116 virtual double GetBundlingStrength();
123 virtual void SetGraphVisibility(
bool b);
124 virtual bool GetGraphVisibility();
125 vtkBooleanMacro(GraphVisibility,
bool);
132 virtual void SetGraphEdgeLabelFontSize(
const int size);
133 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