37 #ifndef vtkGraphLayoutFilter_h 
   38 #define vtkGraphLayoutFilter_h 
   40 #include "vtkFiltersGeneralModule.h"  
   57   vtkSetVector6Macro(GraphBounds,
double);
 
   58   vtkGetVectorMacro(GraphBounds,
double,6);
 
   68   vtkGetMacro(AutomaticBoundsComputation, 
int);
 
   78   vtkSetClampMacro(MaxNumberOfIterations, 
int, 0, 
VTK_INT_MAX);
 
   79   vtkGetMacro(MaxNumberOfIterations, 
int);
 
   89   vtkGetMacro(CoolDownRate, 
double);
 
   96   vtkGetMacro(ThreeDimensionalLayout, 
int);
 
  105   double GraphBounds[6];
 
  106   int   AutomaticBoundsComputation;  
 
  107   int   MaxNumberOfIterations;  
 
  109   int   ThreeDimensionalLayout;  
 
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()
 
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. 
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.