39 #ifndef vtkTreeRingView_h
40 #define vtkTreeRingView_h
43 #include "vtkViewsInfovisModule.h"
63 vtkBooleanMacro(RootAtCenter,
bool);
a simple class to control print indentation
Accepts a graph and a hierarchy - currently a tree - and provides a hierarchy-aware display.
Displays a tree in concentric rings.
virtual double GetLayerThickness()
static vtkTreeRingView * New()
virtual double GetInteriorLogSpacingValue()
virtual void SetInteriorLogSpacingValue(double thickness)
Set the log spacing factor for the invisible interior tree used for routing edges of the overlaid gra...
virtual double GetInteriorRadius()
virtual bool GetRootAtCenter()
virtual void SetInteriorRadius(double thickness)
Set the interior radius of the tree (i.e.
~vtkTreeRingView() override
virtual void SetRootAtCenter(bool value)
Sets whether the root is at the center or around the outside.
void SetRootAngles(double start, double end)
Set the root angles for laying out the hierarchy.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void SetLayerThickness(double thickness)
Set the thickness of each layer.