Go to the documentation of this file.
37 #ifndef vtkGraphLayoutFilter_h
38 #define vtkGraphLayoutFilter_h
40 #include "vtkFiltersGeneralModule.h"
57 vtkSetVector6Macro(GraphBounds,
double);
58 vtkGetVectorMacro(GraphBounds,
double,6);
68 vtkGetMacro(AutomaticBoundsComputation,
int);
78 vtkSetClampMacro(MaxNumberOfIterations,
int, 0,
VTK_INT_MAX);
79 vtkGetMacro(MaxNumberOfIterations,
int);
89 vtkGetMacro(CoolDownRate,
double);
96 vtkGetMacro(ThreeDimensionalLayout,
int);
105 double GraphBounds[6];
int ThreeDimensionalLayout
~vtkGraphLayoutFilter() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int AutomaticBoundsComputation
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
a simple class to control print indentation
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
nice layout of undirected graphs in 3D
int MaxNumberOfIterations
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.