48 #ifndef vtkCirclePackFrontChainLayoutStrategy_h
49 #define vtkCirclePackFrontChainLayoutStrategy_h
51 #include "vtkInfovisLayoutModule.h"
54 class vtkCirclePackFrontChainLayoutStrategyImplementation;
77 vtkGetMacro(Width,
int);
79 vtkGetMacro(Height,
int);
93 vtkCirclePackFrontChainLayoutStrategyImplementation* pimpl;
layout a vtkTree into packed circles using the front chain algorithm.
vtkCirclePackFrontChainLayoutStrategy()
virtual void Layout(vtkTree *inputTree, vtkDataArray *areaArray, vtkDataArray *sizeArray)
Perform the layout of the input tree, and store the circle bounds of each vertex as a tuple in a data...
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
static vtkCirclePackFrontChainLayoutStrategy * New()
~vtkCirclePackFrontChainLayoutStrategy()
abstract superclass for all circle packing layout strategies.
abstract superclass for arrays of numeric data
a simple class to control print indentation
A rooted tree data structure.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.