49 #ifndef vtkTreeLayoutStrategy_h 50 #define vtkTreeLayoutStrategy_h 52 #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);
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
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...
virtual void Layout()=0
This is the layout method where the graph that was set in SetGraph() is laid out. ...