32 #ifndef vtkConeLayoutStrategy_h
33 #define vtkConeLayoutStrategy_h
36 #include "vtkInfovisLayoutModule.h"
38 VTK_ABI_NAMESPACE_BEGIN
57 vtkSetMacro(Compactness,
float);
58 vtkGetMacro(Compactness,
float);
82 vtkSetMacro(Spacing,
float);
83 vtkGetMacro(Spacing,
float);
125 VTK_ABI_NAMESPACE_END
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
abstract superclass for all graph layout strategies
a simple class to control print indentation
produce a cone-tree layout for a forest
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
represent and manipulate 3D points
virtual void Layout()=0
This is the layout method where the graph that was set in SetGraph() is laid out. ...