43 #ifndef __vtkSimple2DLayoutStrategy_h
44 #define __vtkSimple2DLayoutStrategy_h
63 vtkGetMacro(RandomSeed,
int);
73 vtkGetMacro(MaxNumberOfIterations,
int);
82 vtkGetMacro(IterationsPerLayout,
int);
89 vtkSetClampMacro(InitialTemperature,
float, 0.0,
VTK_FLOAT_MAX);
90 vtkGetMacro(InitialTemperature,
float);
99 vtkGetMacro(CoolDownRate,
double);
106 vtkSetMacro(Jitter,
bool);
107 vtkGetMacro(Jitter,
bool);
113 vtkSetMacro(RestDistance,
float);
114 vtkGetMacro(RestDistance,
float);
154 vtkLayoutEdge *EdgeArray;
158 int IterationsPerLayout;
int MaxNumberOfIterations
dynamic, self-adjusting array of float
abstract superclass for all graph layout strategies
a simple class to control print indentation
#define VTK_LARGE_INTEGER
virtual int IsLayoutComplete()
virtual void Initialize()
void PrintSelf(ostream &os, vtkIndent indent)