25#ifndef vtkTreeMapLayoutStrategy_h
26#define vtkTreeMapLayoutStrategy_h
29#include "vtkInfovisLayoutModule.h"
31VTK_ABI_NAMESPACE_BEGIN
abstract superclass for all area layout strategies
abstract superclass for arrays of numeric data
a simple class to control print indentation
abstract superclass for all tree map layout strategies
vtkTreeMapLayoutStrategy()
vtkIdType FindVertex(vtkTree *tree, vtkDataArray *areaArray, float pnt[2]) override
Find the vertex at a certain location, or -1 if none found.
void AddBorder(float *boxInfo)
~vtkTreeMapLayoutStrategy() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
A rooted tree data structure.