Go to the documentation of this file.
36 #ifndef vtkTreeMapView_h
37 #define vtkTreeMapView_h
39 #include "vtkViewsInfovisModule.h"
69 const int maxSize,
const int minSize,
const int delta=4);
uses the squarify tree map layout algorithm
~vtkTreeMapView() override
virtual void SetFontSizeRange(const int maxSize, const int minSize, const int delta=4)
The sizes of the fonts used for labeling.
a horizontal and vertical slicing tree map layout
Displays a tree as a tree map.
a tree map layout that puts vertices in square-ish boxes
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void GetFontSizeRange(int range[3])
virtual void SetLayoutStrategyToSquarify()
vtkSmartPointer< vtkSliceAndDiceLayoutStrategy > SliceAndDiceLayout
a simple class to control print indentation
void SetLayoutStrategy(vtkAreaLayoutStrategy *s) override
Sets the treemap layout strategy.
virtual void SetLayoutStrategyToSliceAndDice()
virtual void SetLayoutStrategy(const char *name)
vtkSmartPointer< vtkBoxLayoutStrategy > BoxLayout
static vtkTreeMapView * New()
virtual void SetLayoutStrategyToBox()
abstract superclass for all area layout strategies
vtkSmartPointer< vtkSquarifyLayoutStrategy > SquarifyLayout
Accepts a graph and a hierarchy - currently a tree - and provides a hierarchy-aware display.