68   virtual void SetBundlingStrength(
double strength);
 
   69   virtual double GetBundlingStrength();
 
   74   virtual void SetLabelArrayName(
const char* 
name);
 
   75   virtual const char* GetLabelArrayName();
 
   80   virtual void SetLabelVisibility(
bool vis);
 
   81   virtual bool GetLabelVisibility();
 
   82   vtkBooleanMacro(LabelVisibility, 
bool);
 
   93   virtual void SetColorArrayName(
const char* 
name);
 
   94   virtual const char* GetColorArrayName();
 
   99   virtual void SetColorEdgesByArray(
bool vis);
 
  100   virtual bool GetColorEdgesByArray();
 
  101   vtkBooleanMacro(ColorEdgesByArray, 
bool);
 
  106   virtual void SetVisibility(
bool vis);
 
  107   virtual bool GetVisibility();
 
  108   vtkBooleanMacro(Visibility, 
bool);
 
  119   virtual void PrepareInputConnections(
 
  130   vtkSetStringMacro(HoverArrayName);
 
  131   vtkGetStringMacro(HoverArrayName);
 
  138   virtual void SetSplineType(
int type);
 
  139   virtual int GetSplineType();
 
  162   vtkSetStringMacro(ColorArrayNameInternal);
 
  163   vtkGetStringMacro(ColorArrayNameInternal);
 
  166   vtkSetStringMacro(LabelArrayNameInternal);
 
  167   vtkGetStringMacro(LabelArrayNameInternal);
 
subsample graph edges to make smooth curves 
represents an object (geometry & properties) in a rendered scene 
abstract base class for most VTK objects 
helper class for rendering graphs superimposed on a tree. 
a actor that draws 2D data 
vtkPolyDataMapper * Mapper
draw text labels at 2D dataset points 
vtkDynamic2DLabelMapper * LabelMapper
A node in a selection tree. Used to store selection results. 
vtkSplineGraphEdges * Spline
vtkTextProperty * TextProperty
Proxy object to connect input/output ports. 
char * LabelArrayNameInternal
convert a vtkGraph to vtkPolyData 
generate points at center of edges 
Sets theme colors for a graphical view. 
virtual void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation 
vtkApplyColors * ApplyColors
The superclass for all representations. 
vtkEdgeCenters * EdgeCenters
represent text properties. 
map vtkPolyData to graphics primitives 
vtkGraphHierarchicalBundleEdges * Bundle
A view containing a renderer. 
layout graph arcs in bundles 
apply colors to a data set. 
char * ColorArrayNameInternal
#define VTKVIEWSINFOVIS_EXPORT
vtkGraphToPolyData * GraphToPoly