48 #ifndef __vtkConeLayoutStrategy_h
49 #define __vtkConeLayoutStrategy_h
51 #include "vtkInfovisLayoutModule.h"
62 void PrintSelf(ostream& os, vtkIndent indent);
69 vtkSetMacro(Compactness,
float);
70 vtkGetMacro(Compactness,
float);
78 vtkSetMacro(Compression,
int);
79 vtkGetMacro(Compression,
int);
80 vtkBooleanMacro(Compression,
int);
88 vtkSetMacro(Spacing,
float);
89 vtkGetMacro(Spacing,
float);
106 double LocalPlacement(vtkIdType root, vtkPoints *points);
108 void GlobalPlacement(
abstract superclass for all graph layout strategies
produce a cone-tree layout for a forest
void PrintSelf(ostream &os, vtkIndent indent)