24 #ifndef vtkTreeRingView_h
25 #define vtkTreeRingView_h
28 #include "vtkViewsInfovisModule.h"
30 VTK_ABI_NAMESPACE_BEGIN
41 void SetRootAngles(
double start,
double end);
47 virtual void SetRootAtCenter(
bool center);
48 virtual bool GetRootAtCenter();
49 vtkBooleanMacro(RootAtCenter,
bool);
56 virtual void SetLayerThickness(
double thickness);
57 virtual double GetLayerThickness();
65 virtual void SetInteriorRadius(
double rad);
66 virtual double GetInteriorRadius();
74 virtual void SetInteriorLogSpacingValue(
double value);
75 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.