23 #ifndef vtkTreeOrbitLayoutStrategy_h 24 #define vtkTreeOrbitLayoutStrategy_h 27 #include "vtkInfovisLayoutModule.h" 52 vtkSetMacro(LogSpacingValue,
double);
53 vtkGetMacro(LogSpacingValue,
double);
62 vtkSetClampMacro(LeafSpacing,
double, 0.0, 1.0);
63 vtkGetMacro(LeafSpacing,
double);
72 vtkSetMacro(ChildRadiusFactor,
double);
73 vtkGetMacro(ChildRadiusFactor,
double);
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
hierarchical orbital layout
abstract superclass for all graph layout strategies
a simple class to control print indentation
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
A rooted tree data structure.
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. ...