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()
Set the thickness of each layer.
virtual double GetInteriorLogSpacingValue()
Set the log spacing factor for the invisible interior tree used for routing edges of the overlaid gra...
virtual double GetInteriorRadius()
Set the interior radius of the tree (i.e.
virtual void SetInteriorRadius(double rad)
Set the interior radius of the tree (i.e.
virtual bool GetRootAtCenter()
Sets whether the root is at the center or around the outside.
static vtkTreeRingView * New()
virtual void SetInteriorLogSpacingValue(double value)
Set the log spacing factor for the invisible interior tree used for routing edges of the overlaid gra...
~vtkTreeRingView() override
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 SetRootAtCenter(bool center)
Sets whether the root is at the center or around the outside.
virtual void SetLayerThickness(double thickness)
Set the thickness of each layer.