33 #ifndef vtkAttributeClustering2DLayoutStrategy_h
34 #define vtkAttributeClustering2DLayoutStrategy_h
37 #include "vtkInfovisLayoutModule.h"
59 vtkGetStringMacro(VertexAttribute);
70 vtkGetMacro(RandomSeed,
int);
83 vtkGetMacro(MaxNumberOfIterations,
int);
95 vtkGetMacro(IterationsPerLayout,
int);
106 vtkGetMacro(InitialTemperature,
float);
119 vtkGetMacro(CoolDownRate,
double);
127 vtkSetMacro(RestDistance,
float);
128 vtkGetMacro(RestDistance,
float);
169 int IterationsPerLayout;
174 float CuttingThreshold;
175 char* VertexAttribute;
178 void GenerateCircularSplat(
vtkImageData* splat,
int x,
int y);
179 void GenerateGaussianSplat(
vtkImageData* splat,
int x,
int y);
180 void ResolveCoincidentVertices();
183 Internals* Implementation;