34 #ifndef vtkIcicleView_h
35 #define vtkIcicleView_h
38 #include "vtkViewsInfovisModule.h"
51 virtual void SetTopToBottom(
bool reversed);
52 virtual bool GetTopToBottom();
53 vtkBooleanMacro(TopToBottom,
bool);
60 virtual void SetRootWidth(
double width);
61 virtual double GetRootWidth();
68 virtual void SetLayerThickness(
double thickness);
69 virtual double GetLayerThickness();
76 virtual void SetUseGradientColoring(
bool value);
77 virtual bool GetUseGradientColoring();
78 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.