43 #ifndef __vtkSimple2DLayoutStrategy_h
44 #define __vtkSimple2DLayoutStrategy_h
46 #include "vtkInfovisLayoutModule.h"
57 void PrintSelf(ostream& os, vtkIndent indent);
63 vtkSetClampMacro(RandomSeed,
int, 0, VTK_INT_MAX);
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);
99 vtkSetClampMacro(CoolDownRate,
double, 0.01, VTK_DOUBLE_MAX);
100 vtkGetMacro(CoolDownRate,
double);
107 vtkSetMacro(Jitter,
bool);
108 vtkGetMacro(Jitter,
bool);
114 vtkSetMacro(RestDistance,
float);
115 vtkGetMacro(RestDistance,
float);
153 vtkFloatArray *RepulsionArray;
154 vtkFloatArray *AttractionArray;
155 vtkLayoutEdge *EdgeArray;
159 int IterationsPerLayout;
int MaxNumberOfIterations
abstract superclass for all graph layout strategies
virtual int IsLayoutComplete()
virtual void Initialize()
void PrintSelf(ostream &os, vtkIndent indent)