15 #ifndef vtkHierarchicalGraphPipeline_h
16 #define vtkHierarchicalGraphPipeline_h
19 #include "vtkViewsInfovisModule.h"
21 VTK_ABI_NAMESPACE_BEGIN
63 virtual void SetBundlingStrength(
double strength);
64 virtual double GetBundlingStrength();
71 virtual void SetLabelArrayName(
const char*
name);
72 virtual const char* GetLabelArrayName();
79 virtual void SetLabelVisibility(
bool vis);
80 virtual bool GetLabelVisibility();
81 vtkBooleanMacro(LabelVisibility,
bool);
96 virtual void SetColorArrayName(
const char*
name);
97 virtual const char* GetColorArrayName();
104 virtual void SetColorEdgesByArray(
bool vis);
105 virtual bool GetColorEdgesByArray();
106 vtkBooleanMacro(ColorEdgesByArray,
bool);
113 virtual void SetVisibility(
bool vis);
114 virtual bool GetVisibility();
115 vtkBooleanMacro(Visibility,
bool);
130 virtual void PrepareInputConnections(
142 vtkSetStringMacro(HoverArrayName);
143 vtkGetStringMacro(HoverArrayName);
153 virtual void SetSplineType(
int type);
154 virtual int GetSplineType();
179 vtkSetStringMacro(ColorArrayNameInternal);
180 vtkGetStringMacro(ColorArrayNameInternal);
183 vtkSetStringMacro(LabelArrayNameInternal);
184 vtkGetStringMacro(LabelArrayNameInternal);
192 VTK_ABI_NAMESPACE_END
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