30 #include "vtkViewsInfovisModule.h"
31 #include "vtkObject.h"
38 class vtkDynamic2DLabelMapper;
42 class vtkPolyDataMapper;
46 class vtkTextProperty;
54 void PrintSelf(ostream& os, vtkIndent indent);
58 vtkGetObjectMacro(Actor, vtkActor);
63 vtkGetObjectMacro(LabelActor, vtkActor2D);
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);
87 virtual void SetLabelTextProperty(vtkTextProperty* prop);
88 virtual vtkTextProperty* GetLabelTextProperty();
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
helper class for rendering graphs superimposed on a tree.
vtkPolyDataMapper * Mapper
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.
vtkApplyColors * ApplyColors
The superclass for all representations.
vtkEdgeCenters * EdgeCenters
vtkGraphHierarchicalBundleEdges * Bundle
A view containing a renderer.
layout graph arcs in bundles
apply colors to a data set.
char * ColorArrayNameInternal
vtkGraphToPolyData * GraphToPoly