30 #ifndef vtkHierarchicalGraphPipeline_h
31 #define vtkHierarchicalGraphPipeline_h
71 virtual void SetBundlingStrength(
double strength);
72 virtual double GetBundlingStrength();
77 virtual void SetLabelArrayName(
const char*
name);
78 virtual const char* GetLabelArrayName();
83 virtual void SetLabelVisibility(
bool vis);
84 virtual bool GetLabelVisibility();
85 vtkBooleanMacro(LabelVisibility,
bool);
96 virtual void SetColorArrayName(
const char*
name);
97 virtual const char* GetColorArrayName();
102 virtual void SetColorEdgesByArray(
bool vis);
103 virtual bool GetColorEdgesByArray();
104 vtkBooleanMacro(ColorEdgesByArray,
bool);
109 virtual void SetVisibility(
bool vis);
110 virtual bool GetVisibility();
111 vtkBooleanMacro(Visibility,
bool);
122 virtual void PrepareInputConnections(
133 vtkSetStringMacro(HoverArrayName);
134 vtkGetStringMacro(HoverArrayName);
141 virtual void SetSplineType(
int type);
142 virtual int GetSplineType();
165 vtkSetStringMacro(ColorArrayNameInternal);
166 vtkGetStringMacro(ColorArrayNameInternal);
169 vtkSetStringMacro(LabelArrayNameInternal);
170 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