33 #ifndef vtkTreeMapView_h
34 #define vtkTreeMapView_h
37 #include "vtkViewsInfovisModule.h"
56 virtual void SetLayoutStrategyToBox();
57 virtual void SetLayoutStrategyToSliceAndDice();
58 virtual void SetLayoutStrategyToSquarify();
65 virtual void SetFontSizeRange(
const int maxSize,
const int minSize,
const int delta = 4);
66 virtual void GetFontSizeRange(
int range[3]);
vtkSmartPointer< vtkSquarifyLayoutStrategy > SquarifyLayout
Displays a tree as a tree map.
Accepts a graph and a hierarchy - currently a tree - and provides a hierarchy-aware display...
static vtkTreeAreaView * New()
abstract superclass for all area layout strategies
vtkSmartPointer< vtkSliceAndDiceLayoutStrategy > SliceAndDiceLayout
a simple class to control print indentation
uses the squarify tree map layout algorithm
vtkSmartPointer< vtkBoxLayoutStrategy > BoxLayout
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void SetLayoutStrategy(vtkAreaLayoutStrategy *strategy)
The layout strategy for producing spatial regions for the tree.
a tree map layout that puts vertices in square-ish boxes
a horizontal and vertical slicing tree map layout