37 #ifndef vtkGraphLayoutFilter_h 38 #define vtkGraphLayoutFilter_h 40 #include "vtkFiltersGeneralModule.h" 57 vtkSetVector6Macro(GraphBounds,
double);
58 vtkGetVectorMacro(GraphBounds,
double,6);
67 vtkSetMacro(AutomaticBoundsComputation,
vtkTypeBool);
68 vtkGetMacro(AutomaticBoundsComputation,
vtkTypeBool);
69 vtkBooleanMacro(AutomaticBoundsComputation,
vtkTypeBool);
78 vtkSetClampMacro(MaxNumberOfIterations,
int, 0,
VTK_INT_MAX);
79 vtkGetMacro(MaxNumberOfIterations,
int);
89 vtkGetMacro(CoolDownRate,
double);
97 vtkBooleanMacro(ThreeDimensionalLayout,
vtkTypeBool);
105 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.