25 #ifndef vtkGraphLayoutFilter_h
26 #define vtkGraphLayoutFilter_h
28 #include "vtkFiltersGeneralModule.h"
31 VTK_ABI_NAMESPACE_BEGIN
46 vtkSetVector6Macro(GraphBounds,
double);
47 vtkGetVectorMacro(GraphBounds,
double, 6);
56 vtkSetMacro(AutomaticBoundsComputation,
vtkTypeBool);
57 vtkGetMacro(AutomaticBoundsComputation,
vtkTypeBool);
58 vtkBooleanMacro(AutomaticBoundsComputation,
vtkTypeBool);
67 vtkSetClampMacro(MaxNumberOfIterations,
int, 0,
VTK_INT_MAX);
68 vtkGetMacro(MaxNumberOfIterations,
int);
78 vtkGetMacro(CoolDownRate,
double);
86 vtkBooleanMacro(ThreeDimensionalLayout,
vtkTypeBool);
94 double GraphBounds[6];
104 VTK_ABI_NAMESPACE_END
vtkTypeBool AutomaticBoundsComputation
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
nice layout of undirected graphs in 3D
static vtkPolyDataAlgorithm * New()
vtkTypeBool ThreeDimensionalLayout
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
int MaxNumberOfIterations
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.