35 #ifndef __vtkAttributeClustering2DLayoutStrategy_h
36 #define __vtkAttributeClustering2DLayoutStrategy_h
38 #include "vtkInfovisLayoutModule.h"
60 void SetVertexAttribute(
const char*);
68 vtkGetMacro(RandomSeed,
int);
78 vtkGetMacro(MaxNumberOfIterations,
int);
87 vtkGetMacro(IterationsPerLayout,
int);
94 vtkSetClampMacro(InitialTemperature,
float, 0.0,
VTK_FLOAT_MAX);
95 vtkGetMacro(InitialTemperature,
float);
104 vtkGetMacro(CoolDownRate,
double);
110 vtkSetMacro(RestDistance,
float);
111 vtkGetMacro(RestDistance,
float);
148 int IterationsPerLayout;
153 float CuttingThreshold;
154 char* VertexAttribute;
157 void GenerateCircularSplat(
vtkImageData *splat,
int x,
int y);
158 void GenerateGaussianSplat(
vtkImageData *splat,
int x,
int y);
159 void ResolveCoincidentVertices();
163 Internals* Implementation;