18 #ifndef vtkIcicleView_h
19 #define vtkIcicleView_h
22 #include "vtkViewsInfovisModule.h"
24 VTK_ABI_NAMESPACE_BEGIN
36 virtual void SetTopToBottom(
bool reversed);
37 virtual bool GetTopToBottom();
38 vtkBooleanMacro(TopToBottom,
bool);
45 virtual void SetRootWidth(
double width);
46 virtual double GetRootWidth();
53 virtual void SetLayerThickness(
double thickness);
54 virtual double GetLayerThickness();
61 virtual void SetUseGradientColoring(
bool value);
62 virtual bool GetUseGradientColoring();
63 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.