22 #ifndef __vtkTreeOrbitLayoutStrategy_h
23 #define __vtkTreeOrbitLayoutStrategy_h
25 #include "vtkInfovisLayoutModule.h"
38 void PrintSelf(ostream& os, vtkIndent indent);
48 vtkSetMacro(LogSpacingValue,
double);
49 vtkGetMacro(LogSpacingValue,
double);
56 vtkSetClampMacro(LeafSpacing,
double, 0.0, 1.0);
57 vtkGetMacro(LeafSpacing,
double);
64 vtkSetMacro(ChildRadiusFactor,
double);
65 vtkGetMacro(ChildRadiusFactor,
double);
72 void OrbitChildren(vtkTree *t, vtkPoints *p, vtkIdType parent,
double radius);
hierarchical orbital layout
abstract superclass for all graph layout strategies
void PrintSelf(ostream &os, vtkIndent indent)