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];
nice layout of undirected graphs in 3D
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
int AutomaticBoundsComputation
static vtkGraphLayoutFilter * New()
int ThreeDimensionalLayout
~vtkGraphLayoutFilter() override
int MaxNumberOfIterations
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
Superclass for algorithms that produce only polydata as output.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.