34 #ifndef vtkGraphLayoutFilter_h
35 #define vtkGraphLayoutFilter_h
37 #include "vtkFiltersGeneralModule.h"
54 vtkSetVector6Macro(GraphBounds,
double);
55 vtkGetVectorMacro(GraphBounds,
double,6);
65 vtkGetMacro(AutomaticBoundsComputation,
int);
75 vtkSetClampMacro(MaxNumberOfIterations,
int, 0,
VTK_INT_MAX);
76 vtkGetMacro(MaxNumberOfIterations,
int);
86 vtkGetMacro(CoolDownRate,
double);
93 vtkGetMacro(ThreeDimensionalLayout,
int);
102 double GraphBounds[6];
103 int AutomaticBoundsComputation;
104 int MaxNumberOfIterations;
106 int ThreeDimensionalLayout;
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
~vtkGraphLayoutFilter() override
nice layout of undirected graphs in 3D
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
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.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.