31#ifndef vtkHierarchicalGraphPipeline_h
32#define vtkHierarchicalGraphPipeline_h
35#include "vtkViewsInfovisModule.h"
96 vtkBooleanMacro(LabelVisibility,
bool);
121 vtkBooleanMacro(ColorEdgesByArray,
bool);
130 vtkBooleanMacro(Visibility,
bool);
157 vtkSetStringMacro(HoverArrayName);
158 vtkGetStringMacro(HoverArrayName);
194 vtkSetStringMacro(ColorArrayNameInternal);
195 vtkGetStringMacro(ColorArrayNameInternal);
198 vtkSetStringMacro(LabelArrayNameInternal);
199 vtkGetStringMacro(LabelArrayNameInternal);
a actor that draws 2D data
represents an object (geometry & properties) in a rendered scene
Proxy object to connect input/output ports.
apply colors to a data set.
The superclass for all representations.
draw text labels at 2D dataset points
generate points at center of edges
layout graph arcs in bundles
convert a vtkGraph to vtkPolyData
helper class for rendering graphs superimposed on a tree.
vtkDynamic2DLabelMapper * LabelMapper
virtual int GetSplineType()
The spline mode to use in vtkSplineGraphEdges.
virtual void PrepareInputConnections(vtkAlgorithmOutput *graphConn, vtkAlgorithmOutput *treeConn, vtkAlgorithmOutput *annConn)
Sets the input connections for this graph.
virtual void SetBundlingStrength(double strength)
The bundling strength for the bundled edges.
~vtkHierarchicalGraphPipeline() override
virtual void SetLabelTextProperty(vtkTextProperty *prop)
The edge label text property.
virtual void SetLabelVisibility(bool vis)
The edge label visibility.
vtkEdgeCenters * EdgeCenters
vtkApplyColors * ApplyColors
virtual void SetSplineType(int type)
The spline mode to use in vtkSplineGraphEdges.
vtkTextProperty * TextProperty
virtual void SetVisibility(bool vis)
The visibility of this graph.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
char * LabelArrayNameInternal
vtkPolyDataMapper * Mapper
virtual bool GetLabelVisibility()
The edge label visibility.
virtual bool GetColorEdgesByArray()
Whether to color the edges by an array.
virtual void SetLabelArrayName(const char *name)
The edge label array name.
virtual double GetBundlingStrength()
The bundling strength for the bundled edges.
vtkSplineGraphEdges * Spline
vtkHierarchicalGraphPipeline()
virtual const char * GetLabelArrayName()
The edge label array name.
virtual void ApplyViewTheme(vtkViewTheme *theme)
Applies the view theme to this graph.
virtual const char * GetColorArrayName()
The edge color array.
virtual void SetColorEdgesByArray(bool vis)
Whether to color the edges by an array.
virtual vtkTextProperty * GetLabelTextProperty()
The edge label text property.
void RegisterProgress(vtkRenderView *view)
Register progress with a view.
vtkGraphHierarchicalBundleEdges * Bundle
static vtkHierarchicalGraphPipeline * New()
virtual vtkSelection * ConvertSelection(vtkDataRepresentation *rep, vtkSelection *sel)
Returns a new selection relevant to this graph based on an input selection and the view that this gra...
virtual bool GetVisibility()
The visibility of this graph.
vtkGraphToPolyData * GraphToPoly
char * ColorArrayNameInternal
virtual void SetColorArrayName(const char *name)
The edge color array.
a simple class to control print indentation
abstract base class for most VTK objects
map vtkPolyData to graphics primitives
A view containing a renderer.
data object that represents a "selection" in VTK.
subsample graph edges to make smooth curves
represent text properties.
Sets theme colors for a graphical view.