43 #ifndef vtkSimple2DLayoutStrategy_h
44 #define vtkSimple2DLayoutStrategy_h
64 vtkGetMacro(RandomSeed,
int);
73 vtkSetClampMacro(MaxNumberOfIterations,
int, 0,
VTK_INT_MAX);
74 vtkGetMacro(MaxNumberOfIterations,
int);
82 vtkSetClampMacro(IterationsPerLayout,
int, 0,
VTK_INT_MAX);
83 vtkGetMacro(IterationsPerLayout,
int);
90 vtkSetClampMacro(InitialTemperature,
float, 0.0,
VTK_FLOAT_MAX);
91 vtkGetMacro(InitialTemperature,
float);
100 vtkGetMacro(CoolDownRate,
double);
107 vtkSetMacro(Jitter,
bool);
108 vtkGetMacro(Jitter,
bool);
114 vtkSetMacro(RestDistance,
float);
115 vtkGetMacro(RestDistance,
float);
155 vtkLayoutEdge *EdgeArray;
159 int IterationsPerLayout;
int MaxNumberOfIterations
#define VTKINFOVISLAYOUT_EXPORT
dynamic, self-adjusting array of float
abstract superclass for all graph layout strategies
a simple class to control print indentation
virtual int IsLayoutComplete()
virtual void Initialize()
void PrintSelf(ostream &os, vtkIndent indent)