16#ifndef vtkTreeOrbitLayoutStrategy_h
17#define vtkTreeOrbitLayoutStrategy_h
20#include "vtkInfovisLayoutModule.h"
22VTK_ABI_NAMESPACE_BEGIN
46 vtkSetMacro(LogSpacingValue,
double);
47 vtkGetMacro(LogSpacingValue,
double);
56 vtkSetClampMacro(LeafSpacing,
double, 0.0, 1.0);
57 vtkGetMacro(LeafSpacing,
double);
66 vtkSetMacro(ChildRadiusFactor,
double);
67 vtkGetMacro(ChildRadiusFactor,
double);
abstract superclass for all graph layout strategies
a simple class to control print indentation
represent and manipulate 3D points
hierarchical orbital layout
void OrbitChildren(vtkTree *t, vtkPoints *p, vtkIdType parent, double radius)
~vtkTreeOrbitLayoutStrategy() override
vtkTreeOrbitLayoutStrategy()
void Layout() override
Perform the orbital layout.
static vtkTreeOrbitLayoutStrategy * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
A rooted tree data structure.