34 #ifndef vtkGraphLayoutFilter_h 35 #define vtkGraphLayoutFilter_h 37 #include "vtkFiltersGeneralModule.h" 54 vtkSetVector6Macro(GraphBounds,
double);
55 vtkGetVectorMacro(GraphBounds,
double,6);
65 vtkGetMacro(AutomaticBoundsComputation,
int);
75 vtkSetClampMacro(MaxNumberOfIterations,
int, 0,
VTK_INT_MAX);
76 vtkGetMacro(MaxNumberOfIterations,
int);
86 vtkGetMacro(CoolDownRate,
double);
93 vtkGetMacro(ThreeDimensionalLayout,
int);
102 double GraphBounds[6];
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
int ThreeDimensionalLayout
~vtkGraphLayoutFilter() override
nice layout of undirected graphs in 3D
static vtkPolyDataAlgorithm * New()
int AutomaticBoundsComputation
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
int MaxNumberOfIterations
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.