58 #ifndef vtkDotProductSimilarity_h
59 #define vtkDotProductSimilarity_h
61 #include "vtkInfovisCoreModule.h"
85 vtkGetMacro(UpperDiagonal,
int);
86 vtkSetMacro(UpperDiagonal,
int);
94 vtkGetMacro(Diagonal,
int);
95 vtkSetMacro(Diagonal,
int);
103 vtkGetMacro(LowerDiagonal,
int);
104 vtkSetMacro(LowerDiagonal,
int);
112 vtkGetMacro(FirstSecond,
int);
113 vtkSetMacro(FirstSecond,
int);
121 vtkGetMacro(SecondFirst,
int);
122 vtkSetMacro(SecondFirst,
int);
130 vtkGetMacro(MinimumThreshold,
double);
131 vtkSetMacro(MinimumThreshold,
double);
166 double MinimumThreshold;