44 #ifndef vtkSimple2DLayoutStrategy_h 
   45 #define vtkSimple2DLayoutStrategy_h 
   48 #include "vtkInfovisLayoutModule.h"  
   67   vtkGetMacro(RandomSeed, 
int);
 
   79   vtkSetClampMacro(MaxNumberOfIterations, 
int, 0, 
VTK_INT_MAX);
 
   80   vtkGetMacro(MaxNumberOfIterations, 
int);
 
   91   vtkSetClampMacro(IterationsPerLayout, 
int, 0, 
VTK_INT_MAX);
 
   92   vtkGetMacro(IterationsPerLayout, 
int);
 
  102   vtkSetClampMacro(InitialTemperature, 
float, 0.0, 
VTK_FLOAT_MAX);
 
  103   vtkGetMacro(InitialTemperature, 
float);
 
  116   vtkGetMacro(CoolDownRate, 
double);
 
  127   vtkSetMacro(Jitter, 
bool);
 
  128   vtkGetMacro(Jitter, 
bool);
 
  136   vtkSetMacro(RestDistance, 
float);
 
  137   vtkGetMacro(RestDistance, 
float);
 
  182   vtkLayoutEdge* EdgeArray;
 
  185   int IterationsPerLayout;