37 #ifndef vtkIcicleView_h 38 #define vtkIcicleView_h 40 #include "vtkViewsInfovisModule.h" 54 virtual void SetTopToBottom(
bool value);
55 virtual bool GetTopToBottom();
56 vtkBooleanMacro(TopToBottom,
bool);
63 virtual void SetRootWidth(
double width);
64 virtual double GetRootWidth();
71 virtual void SetLayerThickness(
double thickness);
72 virtual double GetLayerThickness();
79 virtual void SetUseGradientColoring(
bool value);
80 virtual bool GetUseGradientColoring();
81 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.