 |
VTK
9.0.1
|
Go to the documentation of this file.
46 #ifndef vtkConeLayoutStrategy_h
47 #define vtkConeLayoutStrategy_h
50 #include "vtkInfovisLayoutModule.h"
70 vtkSetMacro(Compactness,
float);
71 vtkGetMacro(Compactness,
float);
95 vtkSetMacro(Spacing,
float);
96 vtkGetMacro(Spacing,
float);
represent and manipulate 3D points
double LocalPlacement(vtkIdType root, vtkPoints *points)
Helper operations for tree layout.
abstract superclass for all graph layout strategies
~vtkConeLayoutStrategy() override
static vtkConeLayoutStrategy * New()
void GlobalPlacement(vtkIdType root, vtkPoints *points, double refX, double refY, double level)
a simple class to control print indentation
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.