22 #ifndef vtkAreaLayoutStrategy_h
23 #define vtkAreaLayoutStrategy_h
25 #include "vtkInfovisLayoutModule.h"
28 VTK_ABI_NAMESPACE_BEGIN
57 virtual void LayoutEdgePoints(
68 vtkSetClampMacro(ShrinkPercentage,
double, 0.0, 1.0);
69 vtkGetMacro(ShrinkPercentage,
double);
abstract base class for most VTK objects
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
abstract superclass for all area layout strategies
a simple class to control print indentation
abstract superclass for arrays of numeric data
A rooted tree data structure.