41 #ifndef __vtkFast2DLayoutStrategy_h
42 #define __vtkFast2DLayoutStrategy_h
66 vtkGetMacro(RandomSeed,
int);
76 vtkGetMacro(MaxNumberOfIterations,
int);
85 vtkGetMacro(IterationsPerLayout,
int);
92 vtkSetClampMacro(InitialTemperature,
float, 0.0,
VTK_FLOAT_MAX);
93 vtkGetMacro(InitialTemperature,
float);
102 vtkGetMacro(CoolDownRate,
double);
108 vtkSetMacro(RestDistance,
float);
109 vtkGetMacro(RestDistance,
float);
155 vtkLayoutEdge *EdgeArray;
158 int IterationsPerLayout;
165 void GenerateCircularSplat(
vtkImageData *splat,
int x,
int y);
166 void GenerateGaussianSplat(
vtkImageData *splat,
int x,
int y);
167 void ResolveCoincidentVertices();
int MaxNumberOfIterations
dynamic, self-adjusting array of float
abstract superclass for all graph layout strategies
convert a vtkGraph to vtkPolyData
virtual int IsLayoutComplete()
A splatter optimized for splatting single kernels.
a simple class to control print indentation
topologically and geometrically regular array of data
a simple fast 2D graph layout
#define VTK_LARGE_INTEGER
virtual void Initialize()
void PrintSelf(ostream &os, vtkIndent indent)