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);
79 vtkGetMacro(MaxNumberOfIterations,
int);
89 vtkGetMacro(CoolDownRate,
double);
96 vtkGetMacro(ThreeDimensionalLayout,
int);
105 double GraphBounds[6];
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int ThreeDimensionalLayout
static vtkGraphLayoutFilter * New()
~vtkGraphLayoutFilter() override
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
int AutomaticBoundsComputation
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
Superclass for algorithms that produce only polydata as output.