37 #ifndef vtkStackedTreeLayoutStrategy_h 38 #define vtkStackedTreeLayoutStrategy_h 41 #include "vtkInfovisLayoutModule.h" 66 vtkTree* edgeRoutingTree)
override;
72 vtkSetMacro(InteriorRadius,
double);
73 vtkGetMacro(InteriorRadius,
double);
80 vtkSetMacro(RingThickness,
double);
81 vtkGetMacro(RingThickness,
double);
90 vtkSetMacro(RootStartAngle,
double);
91 vtkGetMacro(RootStartAngle,
double);
100 vtkSetMacro(RootEndAngle,
double);
101 vtkGetMacro(RootEndAngle,
double);
109 vtkSetMacro(UseRectangularCoordinates,
bool);
110 vtkGetMacro(UseRectangularCoordinates,
bool);
111 vtkBooleanMacro(UseRectangularCoordinates,
bool);
119 vtkSetMacro(Reverse,
bool);
120 vtkGetMacro(Reverse,
bool);
121 vtkBooleanMacro(Reverse,
bool);
132 vtkSetMacro(InteriorLogSpacingValue,
double);
133 vtkGetMacro(InteriorLogSpacingValue,
double);
157 float parentOuterRad,
float parentStartAng,
float parentEndAng);
virtual void LayoutEdgePoints(vtkTree *inputTree, vtkDataArray *areaArray, vtkDataArray *sizeArray, vtkTree *edgeLayoutTree)
abstract superclass for all area layout strategies
virtual void Layout(vtkTree *inputTree, vtkDataArray *areaArray, vtkDataArray *sizeArray)=0
Perform the layout of the input tree, and store the sector bounds of each vertex as a tuple in a data...
virtual vtkIdType FindVertex(vtkTree *tree, vtkDataArray *array, float pnt[2])=0
Returns the vertex id that contains pnt (or -1 if no one contains it)
bool UseRectangularCoordinates
a simple class to control print indentation
abstract superclass for arrays of numeric data
double InteriorLogSpacingValue
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
lays out tree in stacked boxes or rings
A rooted tree data structure.