49#ifndef vtkTreeLayoutStrategy_h
50#define vtkTreeLayoutStrategy_h
53#include "vtkInfovisLayoutModule.h"
74 vtkSetClampMacro(Angle,
double, 0, 360);
75 vtkGetMacro(Angle,
double);
84 vtkSetMacro(Radial,
bool);
85 vtkGetMacro(Radial,
bool);
86 vtkBooleanMacro(Radial,
bool);
96 vtkSetMacro(LogSpacingValue,
double);
97 vtkGetMacro(LogSpacingValue,
double);
106 vtkSetClampMacro(LeafSpacing,
double, 0.0, 1.0);
107 vtkGetMacro(LeafSpacing,
double);
115 vtkSetStringMacro(DistanceArrayName);
116 vtkGetStringMacro(DistanceArrayName);
124 vtkSetMacro(Rotation,
double);
125 vtkGetMacro(Rotation,
double);
134 vtkSetMacro(ReverseEdges,
bool);
135 vtkGetMacro(ReverseEdges,
bool);
136 vtkBooleanMacro(ReverseEdges,
bool);
abstract superclass for all graph layout strategies
a simple class to control print indentation
static vtkTreeLayoutStrategy * New()
void Layout() override
Perform the tree layout.
~vtkTreeLayoutStrategy() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.