49 #ifndef vtkTreeLayoutStrategy_h
50 #define vtkTreeLayoutStrategy_h
52 #include "vtkInfovisLayoutModule.h"
74 vtkSetClampMacro(Angle,
double, 0, 360);
75 vtkGetMacro(Angle,
double);
85 vtkGetMacro(Radial,
bool);
97 vtkGetMacro(LogSpacingValue,
double);
106 vtkSetClampMacro(LeafSpacing,
double, 0.0, 1.0);
107 vtkGetMacro(LeafSpacing,
double);
115 vtkSetStringMacro(DistanceArrayName);
125 vtkGetMacro(Rotation,
double);
135 vtkGetMacro(ReverseEdges,
bool);
abstract superclass for all graph layout strategies
a simple class to control print indentation
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
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. ...
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.