34 #ifndef vtkGraphLayoutFilter_h 35 #define vtkGraphLayoutFilter_h 37 #include "vtkFiltersGeneralModule.h" 54 vtkSetVector6Macro(GraphBounds,
double);
55 vtkGetVectorMacro(GraphBounds,
double, 6);
64 vtkSetMacro(AutomaticBoundsComputation,
vtkTypeBool);
65 vtkGetMacro(AutomaticBoundsComputation,
vtkTypeBool);
66 vtkBooleanMacro(AutomaticBoundsComputation,
vtkTypeBool);
75 vtkSetClampMacro(MaxNumberOfIterations,
int, 0,
VTK_INT_MAX);
76 vtkGetMacro(MaxNumberOfIterations,
int);
86 vtkGetMacro(CoolDownRate,
double);
94 vtkBooleanMacro(ThreeDimensionalLayout,
vtkTypeBool);
102 double GraphBounds[6];
vtkTypeBool AutomaticBoundsComputation
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()
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.