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
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
virtual void GetFontSizeRange(int range[3])
virtual void SetLayoutStrategyToSquarify()
virtual void SetLayoutStrategy(vtkAreaLayoutStrategy *s)
Sets the treemap layout strategy.
vtkSmartPointer< vtkSliceAndDiceLayoutStrategy > SliceAndDiceLayout
a simple class to control print indentation
virtual void SetLayoutStrategyToSliceAndDice()
virtual void SetLayoutStrategy(const char *name)
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
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.