61 #ifndef vtkDotProductSimilarity_h
62 #define vtkDotProductSimilarity_h
64 #include "vtkInfovisCoreModule.h"
88 vtkGetMacro(UpperDiagonal,
int);
89 vtkSetMacro(UpperDiagonal,
int);
97 vtkGetMacro(Diagonal,
int);
98 vtkSetMacro(Diagonal,
int);
106 vtkGetMacro(LowerDiagonal,
int);
107 vtkSetMacro(LowerDiagonal,
int);
115 vtkGetMacro(FirstSecond,
int);
116 vtkSetMacro(FirstSecond,
int);
124 vtkGetMacro(SecondFirst,
int);
125 vtkSetMacro(SecondFirst,
int);
133 vtkGetMacro(MinimumThreshold,
double);
134 vtkSetMacro(MinimumThreshold,
double);
169 double MinimumThreshold;