48#ifndef vtkCirclePackFrontChainLayoutStrategy_h
49#define vtkCirclePackFrontChainLayoutStrategy_h
52#include "vtkInfovisLayoutModule.h"
54class vtkCirclePackFrontChainLayoutStrategyImplementation;
92 vtkCirclePackFrontChainLayoutStrategyImplementation* pimpl;
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkCirclePackFrontChainLayoutStrategy() override
vtkCirclePackFrontChainLayoutStrategy()
void Layout(vtkTree *inputTree, vtkDataArray *areaArray, vtkDataArray *sizeArray) override
Perform the layout of the input tree, and store the circle bounds of each vertex as a tuple in a data...
static vtkCirclePackFrontChainLayoutStrategy * New()
vtkCirclePackLayoutStrategy()
a simple class to control print indentation
A rooted tree data structure.