49#ifndef vtkConeLayoutStrategy_h
50#define vtkConeLayoutStrategy_h
53#include "vtkInfovisLayoutModule.h"
73 vtkSetMacro(Compactness,
float);
74 vtkGetMacro(Compactness,
float);
98 vtkSetMacro(Spacing,
float);
99 vtkGetMacro(Spacing,
float);
produce a cone-tree layout for a forest
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void Layout() override
Perform the layout.
double LocalPlacement(vtkIdType root, vtkPoints *points)
Helper operations for tree layout.
static vtkConeLayoutStrategy * New()
~vtkConeLayoutStrategy() override
void GlobalPlacement(vtkIdType root, vtkPoints *points, double refX, double refY, double level)
abstract superclass for all graph layout strategies
a simple class to control print indentation
represent and manipulate 3D points