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();
 
   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();
 
  115   virtual void SetBundlingStrength(
double strength);
 
  116   virtual double GetBundlingStrength();
 
  123   virtual void SetGraphVisibility(
bool b);
 
  124   virtual bool GetGraphVisibility();
 
  132   virtual void SetGraphEdgeLabelFontSize(
const int size);
 
  133   virtual int GetGraphEdgeLabelFontSize();
 
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses. 
 
Lays out and displays a graph. 
 
virtual vtkDataRepresentation * CreateDefaultRepresentation(vtkAlgorithmOutput *conn)
Overrides behavior in vtkView to create a vtkRenderedGraphRepresentation by default. 
 
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()
Overrides behavior in vtkView to create a vtkRenderedGraphRepresentation by default. 
 
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection. 
 
static vtkGraphLayoutView * New()
 
general representation of visualization data