Go to the documentation of this file.
35 #ifndef vtkTreeMapView_h
36 #define vtkTreeMapView_h
64 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)
a horizontal and vertical slicing tree map layout
#define VTKVIEWSINFOVIS_EXPORT
Displays a tree as a tree map.
#define vtkTypeMacro(thisClass, superclass)
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)
GLuint const GLchar * name
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)
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....