31 #ifndef vtkIcicleView_h 32 #define vtkIcicleView_h 35 #include "vtkViewsInfovisModule.h" 48 virtual void SetTopToBottom(
bool value);
49 virtual bool GetTopToBottom();
50 vtkBooleanMacro(TopToBottom,
bool);
57 virtual void SetRootWidth(
double width);
58 virtual double GetRootWidth();
65 virtual void SetLayerThickness(
double thickness);
66 virtual double GetLayerThickness();
73 virtual void SetUseGradientColoring(
bool value);
74 virtual bool GetUseGradientColoring();
75 vtkBooleanMacro(UseGradientColoring,
bool);
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 a stacked "icicle" view.