44 #ifndef vtkTreeRingView_h
45 #define vtkTreeRingView_h
58 void SetRootAngles(
double start,
double end);
62 virtual void SetRootAtCenter(
bool value);
63 virtual bool GetRootAtCenter();
64 vtkBooleanMacro(RootAtCenter,
bool);
69 virtual void SetLayerThickness(
double thickness);
70 virtual double GetLayerThickness();
76 virtual void SetInteriorRadius(
double thickness);
77 virtual double GetInteriorRadius();
83 virtual void SetInteriorLogSpacingValue(
double thickness);
84 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
Displays a tree in concentric rings.
void PrintSelf(ostream &os, vtkIndent indent)
#define VTKVIEWSINFOVIS_EXPORT