29 #ifndef vtkRenderedTreeAreaRepresentation_h
30 #define vtkRenderedTreeAreaRepresentation_h
33 #include "vtkViewsInfovisModule.h"
72 virtual void SetAreaLabelArrayName(
const char*
name);
73 virtual const char* GetAreaLabelArrayName();
80 virtual void SetAreaSizeArrayName(
const char*
name);
81 virtual const char* GetAreaSizeArrayName();
89 virtual void SetAreaLabelPriorityArrayName(
const char*
name);
90 virtual const char* GetAreaLabelPriorityArrayName();
99 this->SetGraphEdgeLabelArrayName(name, 0);
101 virtual void SetGraphEdgeLabelArrayName(
const char*
name,
int idx);
103 virtual const char* GetGraphEdgeLabelArrayName(
int idx);
112 this->SetGraphEdgeLabelTextProperty(tp, 0);
114 virtual void SetGraphEdgeLabelTextProperty(
vtkTextProperty* tp,
int idx);
117 return this->GetGraphEdgeLabelTextProperty(0);
127 vtkSetStringMacro(AreaHoverArrayName);
128 vtkGetStringMacro(AreaHoverArrayName);
135 virtual void SetAreaLabelVisibility(
bool vis);
136 virtual bool GetAreaLabelVisibility();
137 vtkBooleanMacro(AreaLabelVisibility,
bool);
153 virtual void SetGraphEdgeLabelVisibility(
bool vis,
int idx);
155 virtual bool GetGraphEdgeLabelVisibility(
int idx);
156 vtkBooleanMacro(GraphEdgeLabelVisibility,
bool);
163 void SetAreaColorArrayName(
const char*
name);
164 const char* GetAreaColorArrayName();
171 virtual void SetColorAreasByArray(
bool vis);
172 virtual bool GetColorAreasByArray();
173 vtkBooleanMacro(ColorAreasByArray,
bool);
182 this->SetGraphEdgeColorArrayName(name, 0);
184 virtual void SetGraphEdgeColorArrayName(
const char*
name,
int idx);
186 virtual const char* GetGraphEdgeColorArrayName(
int idx);
193 virtual void SetGraphEdgeColorToSplineFraction(
int idx);
200 virtual void SetColorGraphEdgesByArray(
bool vis,
int idx);
202 virtual bool GetColorGraphEdgesByArray(
int idx);
203 vtkBooleanMacro(ColorGraphEdgesByArray,
bool);
212 virtual void SetGraphHoverArrayName(
const char*
name,
int idx);
214 virtual const char* GetGraphHoverArrayName(
int idx);
221 virtual void SetShrinkPercentage(
double value);
222 virtual double GetShrinkPercentage();
231 this->SetGraphBundlingStrength(strength, 0);
233 virtual void SetGraphBundlingStrength(
double strength,
int idx);
235 virtual double GetGraphBundlingStrength(
int idx);
245 virtual void SetGraphSplineType(
int type,
int idx);
246 virtual int GetGraphSplineType(
int idx);
271 vtkSetMacro(UseRectangularCoordinates,
bool);
272 vtkGetMacro(UseRectangularCoordinates,
bool);
273 vtkBooleanMacro(UseRectangularCoordinates,
bool);
294 virtual void SetEdgeScalarBarVisibility(
bool b);
295 virtual bool GetEdgeScalarBarVisibility();
318 bool ValidIndex(
int idx);
320 void UpdateHoverHighlight(
vtkView* view,
int x,
int y);
342 vtkSetStringMacro(AreaSizeArrayNameInternal);
343 vtkGetStringMacro(AreaSizeArrayNameInternal);
345 vtkSetStringMacro(AreaColorArrayNameInternal);
346 vtkGetStringMacro(AreaColorArrayNameInternal);
348 vtkSetStringMacro(AreaLabelArrayNameInternal);
349 vtkGetStringMacro(AreaLabelArrayNameInternal);
351 vtkSetStringMacro(AreaLabelPriorityArrayNameInternal);
352 vtkGetStringMacro(AreaLabelPriorityArrayNameInternal);
354 vtkSetStringMacro(GraphEdgeColorArrayNameInternal);
355 vtkGetStringMacro(GraphEdgeColorArrayNameInternal);
357 vtkGetStringMacro(AreaHoverTextInternal);
358 vtkSetStringMacro(AreaHoverTextInternal);
369 Internals* Implementation;
virtual bool GetGraphEdgeLabelVisibility()
Whether to show edge labels.
virtual void ApplyViewTheme(vtkViewTheme *vtkNotUsed(theme))
Apply a theme to this representation.
virtual void SetGraphEdgeLabelTextProperty(vtkTextProperty *tp)
The text property for the graph edge labels.
virtual vtkSelection * ConvertSelection(vtkView *view, vtkSelection *selection)
Convert the selection to a type appropriate for sharing with other representations through vtkAnnotat...
char * AreaColorArrayNameInternal
vtkSmartPointer< vtkWorldPointPicker > Picker
virtual void SetGraphHoverArrayName(const char *name)
The name of the array whose value appears when the mouse hovers over a graph edge.
represents an object (geometry & properties) in a rendered scene
vtkSmartPointer< vtkApplyColors > ApplyColors
vtkSmartPointer< vtkPolyDataMapper > HighlightMapper
virtual void SetGraphEdgeColorToSplineFraction()
Set the color to be the spline fraction.
char * GraphEdgeColorArrayNameInternal
virtual const char * GetGraphEdgeColorArrayName()
The array to use for coloring edges.
vtkSmartPointer< vtkTreeLevelsFilter > TreeLevels
abstract superclass for all area layout strategies
vtkLabeledDataMapper * AreaLabelMapper
virtual void SetGraphEdgeLabelArrayName(const char *name)
The array to use for edge labeling.
char * AreaHoverArrayName
a actor that draws 2D data
vtkSmartPointer< vtkScalarBarWidget > EdgeScalarBar
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses should override this to connect inputs to the internal pipeline as necessary.
data object that represents a "selection" in VTK.
Adds an attribute array with the degree of each vertex.
vtkSmartPointer< vtkTreeFieldAggregator > TreeAggregation
virtual void SetLabelRenderMode(int)
Set the label render mode.
virtual bool AddToView(vtkView *vtkNotUsed(view))
Adds the representation to the view.
concrete dataset represents vertices, lines, polygons, and triangle strips
static vtkRenderedRepresentation * New()
draw text labels at dataset points
char * AreaHoverTextInternal
char * AreaLabelPriorityArrayNameInternal
vtkSmartPointer< vtkPolyData > HighlightData
vtkSmartPointer< vtkActor2D > AreaLabelActor
vtkSmartPointer< vtkPolyDataMapper > AreaMapper
virtual double GetGraphBundlingStrength()
Set the bundling strength.
generate points at center of edges
Sets theme colors for a graphical view.
layout a vtkTree into a tree map
Superclass for algorithms that produce only polydata as output.
The superclass for all views.
virtual vtkTextProperty * GetGraphEdgeLabelTextProperty()
The text property for the graph edge labels.
a simple class to control print indentation
virtual bool RemoveFromView(vtkView *vtkNotUsed(view))
Removes the representation to the view.
bool UseRectangularCoordinates
virtual void PrepareForRendering(vtkRenderView *view)
The view will call this method before every render.
virtual void SetGraphBundlingStrength(double strength)
Set the bundling strength.
virtual const char * GetGraphEdgeLabelArrayName()
The array to use for edge labeling.
vtkSmartPointer< vtkActor > HighlightActor
virtual void SetColorGraphEdgesByArray(bool vis)
Whether to color edges.
vtkSmartPointer< vtkActor > AreaActor
represent text properties.
aggregate field values from the leaves up the tree
vtkPolyDataAlgorithm * AreaToPolyData
build a label hierarchy for a graph or point set.
virtual bool GetColorGraphEdgesByArray()
Whether to color edges.
virtual void SetGraphEdgeColorArrayName(const char *name)
The array to use for coloring edges.
virtual std::string GetHoverStringInternal(vtkSelection *)
Subclasses may override this method to generate the hover text.
map vtkPolyData to graphics primitives
vtkSmartPointer< vtkVertexDegree > VertexDegree
A view containing a renderer.
adds level and leaf fields to a vtkTree
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual const char * GetGraphHoverArrayName()
The name of the array whose value appears when the mouse hovers over a graph edge.
Convert a selection from one type to another.
vtkSmartPointer< vtkPointSetToLabelHierarchy > AreaLabelHierarchy
char * AreaLabelArrayNameInternal
vtkSmartPointer< vtkAreaLayout > AreaLayout
find world x,y,z corresponding to display x,y,z
vtkSmartPointer< vtkPolyData > EmptyPolyData
virtual void SetGraphEdgeLabelVisibility(bool vis)
Whether to show edge labels.
char * AreaSizeArrayNameInternal