36 #ifndef vtkIcicleView_h
37 #define vtkIcicleView_h
51 virtual void SetTopToBottom(
bool value);
52 virtual bool GetTopToBottom();
53 vtkBooleanMacro(TopToBottom,
bool);
58 virtual void SetRootWidth(
double width);
59 virtual double GetRootWidth();
64 virtual void SetLayerThickness(
double thickness);
65 virtual double GetLayerThickness();
70 virtual void SetUseGradientColoring(
bool value);
71 virtual bool GetUseGradientColoring();
72 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
Displays a tree in a stacked "icicle" view.
void PrintSelf(ostream &os, vtkIndent indent)
#define VTKVIEWSINFOVIS_EXPORT