49#ifndef vtkTreeMapView_h
50#define vtkTreeMapView_h
53#include "vtkViewsInfovisModule.h"
81 virtual void SetFontSizeRange(
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
Hold a reference to a vtkObjectBase instance.
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.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkSmartPointer< vtkBoxLayoutStrategy > BoxLayout
virtual void SetLayoutStrategyToBox()
Sets the treemap layout strategy.
virtual void GetFontSizeRange(int range[3])
The sizes of the fonts used for labeling.
void SetLayoutStrategy(vtkAreaLayoutStrategy *s) override
Sets the treemap layout strategy.
static vtkTreeMapView * New()
virtual void SetLayoutStrategyToSquarify()
Sets the treemap layout strategy.
~vtkTreeMapView() override
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()
Sets the treemap layout strategy.
virtual void SetLayoutStrategy(const char *name)
Sets the treemap layout strategy.
vtkSmartPointer< vtkSquarifyLayoutStrategy > SquarifyLayout