31 #ifndef vtkHierarchicalGraphPipeline_h 32 #define vtkHierarchicalGraphPipeline_h 34 #include "vtkViewsInfovisModule.h" 78 virtual void SetBundlingStrength(
double strength);
79 virtual double GetBundlingStrength();
86 virtual void SetLabelArrayName(
const char*
name);
87 virtual const char* GetLabelArrayName();
94 virtual void SetLabelVisibility(
bool vis);
95 virtual bool GetLabelVisibility();
96 vtkBooleanMacro(LabelVisibility,
bool);
111 virtual void SetColorArrayName(
const char*
name);
112 virtual const char* GetColorArrayName();
119 virtual void SetColorEdgesByArray(
bool vis);
120 virtual bool GetColorEdgesByArray();
121 vtkBooleanMacro(ColorEdgesByArray,
bool);
128 virtual void SetVisibility(
bool vis);
129 virtual bool GetVisibility();
130 vtkBooleanMacro(Visibility,
bool);
145 virtual void PrepareInputConnections(
159 vtkSetStringMacro(HoverArrayName);
160 vtkGetStringMacro(HoverArrayName);
170 virtual void SetSplineType(
int type);
171 virtual int GetSplineType();
196 vtkSetStringMacro(ColorArrayNameInternal);
197 vtkGetStringMacro(ColorArrayNameInternal);
200 vtkSetStringMacro(LabelArrayNameInternal);
201 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
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
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
data object that represents a "selection" in VTK.
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.
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.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
char * ColorArrayNameInternal
vtkGraphToPolyData * GraphToPoly