42 #ifndef vtkTreeRingView_h
43 #define vtkTreeRingView_h
46 #include "vtkViewsInfovisModule.h"
58 void SetRootAngles(
double start,
double end);
64 virtual void SetRootAtCenter(
bool center);
65 virtual bool GetRootAtCenter();
66 vtkBooleanMacro(RootAtCenter,
bool);
73 virtual void SetLayerThickness(
double thickness);
74 virtual double GetLayerThickness();
82 virtual void SetInteriorRadius(
double rad);
83 virtual double GetInteriorRadius();
91 virtual void SetInteriorLogSpacingValue(
double value);
92 virtual double GetInteriorLogSpacingValue();
Accepts a graph and a hierarchy - currently a tree - and provides a hierarchy-aware display...
static vtkTreeAreaView * New()
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Displays a tree in concentric rings.