34#ifndef vtkGraphLayoutFilter_h
35#define vtkGraphLayoutFilter_h
37#include "vtkFiltersGeneralModule.h"
54 vtkSetVector6Macro(GraphBounds,
double);
55 vtkGetVectorMacro(GraphBounds,
double, 6);
76 vtkGetMacro(MaxNumberOfIterations,
int);
86 vtkGetMacro(CoolDownRate,
double);
102 double GraphBounds[6];
nice layout of undirected graphs in 3D
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
~vtkGraphLayoutFilter() override=default
vtkTypeBool AutomaticBoundsComputation
int MaxNumberOfIterations
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkGraphLayoutFilter * New()
vtkTypeBool ThreeDimensionalLayout
a simple class to control print indentation
Superclass for algorithms that produce only polydata as output.