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();
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();
101 virtual void SetBundlingStrength(
double strength);
102 virtual double GetBundlingStrength();
107 virtual void SetGraphVisibility(
bool b);
108 virtual bool GetGraphVisibility();
114 virtual void SetGraphEdgeLabelFontSize(
const int size);
115 virtual int GetGraphEdgeLabelFontSize();
void PrintSelf(ostream &os, vtkIndent indent)
GLboolean GLboolean GLboolean b
Lays out and displays a graph.
virtual vtkDataRepresentation * CreateDefaultRepresentation(vtkAlgorithmOutput *conn)
GLenum GLenum GLenum input
#define vtkTypeMacro(thisClass, superclass)
Proxy object to connect input/output ports.
GLuint const GLchar * name
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()
#define vtkBooleanMacro(name, type)
static vtkGraphLayoutView * New()
general representation of visualization data
#define VTKVIEWSINFOVIS_EXPORT