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