36 #ifndef __vtkGraphLayoutFilter_h
37 #define __vtkGraphLayoutFilter_h
53 vtkSetVector6Macro(GraphBounds,
double);
54 vtkGetVectorMacro(GraphBounds,
double,6);
61 vtkSetMacro(AutomaticBoundsComputation,
int);
62 vtkGetMacro(AutomaticBoundsComputation,
int);
63 vtkBooleanMacro(AutomaticBoundsComputation,
int);
71 vtkGetMacro(MaxNumberOfIterations,
int);
79 vtkGetMacro(CoolDownRate,
double);
85 vtkSetMacro(ThreeDimensionalLayout,
int);
86 vtkGetMacro(ThreeDimensionalLayout,
int);
87 vtkBooleanMacro(ThreeDimensionalLayout,
int);
95 double GraphBounds[6];
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
int ThreeDimensionalLayout
nice layout of undirected graphs in 3D
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
int AutomaticBoundsComputation
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
#define VTK_LARGE_INTEGER
int MaxNumberOfIterations