Go to the documentation of this file.
23 #ifndef vtkTreeOrbitLayoutStrategy_h
24 #define vtkTreeOrbitLayoutStrategy_h
26 #include "vtkInfovisLayoutModule.h"
53 vtkSetMacro(LogSpacingValue,
double);
54 vtkGetMacro(LogSpacingValue,
double);
63 vtkSetClampMacro(LeafSpacing,
double, 0.0, 1.0);
64 vtkGetMacro(LeafSpacing,
double);
73 vtkSetMacro(ChildRadiusFactor,
double);
74 vtkGetMacro(ChildRadiusFactor,
double);
represent and manipulate 3D points
void OrbitChildren(vtkTree *t, vtkPoints *p, vtkIdType parent, double radius)
static vtkTreeOrbitLayoutStrategy * New()
vtkTreeOrbitLayoutStrategy()
abstract superclass for all graph layout strategies
A rooted tree data structure.
void Layout() override
Perform the orbital layout.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
hierarchical orbital layout
a simple class to control print indentation
~vtkTreeOrbitLayoutStrategy() override