31#ifndef vtkIcicleView_h
32#define vtkIcicleView_h
35#include "vtkViewsInfovisModule.h"
50 vtkBooleanMacro(TopToBottom,
bool);
75 vtkBooleanMacro(UseGradientColoring,
bool);
Displays a tree in a stacked "icicle" view.
virtual void SetTopToBottom(bool reversed)
Sets whether the stacks go from top to bottom or bottom to top.
virtual bool GetTopToBottom()
Sets whether the stacks go from top to bottom or bottom to top.
virtual void SetLayerThickness(double thickness)
Set the thickness of each layer.
virtual double GetRootWidth()
Set the width of the root node.
virtual void SetUseGradientColoring(bool value)
Turn on/off gradient coloring.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkIcicleView() override
static vtkIcicleView * New()
virtual bool GetUseGradientColoring()
Turn on/off gradient coloring.
virtual void SetRootWidth(double width)
Set the width of the root node.
virtual double GetLayerThickness()
Set the thickness of each layer.
a simple class to control print indentation
Accepts a graph and a hierarchy - currently a tree - and provides a hierarchy-aware display.