37 #ifndef vtkCommunity2DLayoutStrategy_h
38 #define vtkCommunity2DLayoutStrategy_h
62 vtkGetMacro(RandomSeed,
int);
71 vtkSetClampMacro(MaxNumberOfIterations,
int, 0,
VTK_INT_MAX);
72 vtkGetMacro(MaxNumberOfIterations,
int);
80 vtkSetClampMacro(IterationsPerLayout,
int, 0,
VTK_INT_MAX);
81 vtkGetMacro(IterationsPerLayout,
int);
88 vtkSetClampMacro(InitialTemperature,
float, 0.0,
VTK_FLOAT_MAX);
89 vtkGetMacro(InitialTemperature,
float);
98 vtkGetMacro(CoolDownRate,
double);
105 vtkSetMacro(RestDistance,
float);
106 vtkGetMacro(RestDistance,
float);
125 vtkGetStringMacro(CommunityArrayName);
126 vtkSetStringMacro(CommunityArrayName);
134 vtkSetClampMacro(CommunityStrength,
float, 0.1, 1.0);
135 vtkGetMacro(CommunityStrength,
float);
166 vtkLayoutEdge *EdgeArray;
169 int IterationsPerLayout;
174 float CommunityStrength;
177 char* CommunityArrayName;
180 void GenerateCircularSplat(
vtkImageData *splat,
int x,
int y);
181 void GenerateGaussianSplat(
vtkImageData *splat,
int x,
int y);
182 void ResolveCoincidentVertices();
#define VTKINFOVISLAYOUT_EXPORT
dynamic, self-adjusting array of float
abstract superclass for all graph layout strategies
A splatter optimized for splatting single kernels.
a simple class to control print indentation
topologically and geometrically regular array of data
virtual void Initialize()
void PrintSelf(ostream &os, vtkIndent indent)