63 #ifndef __vtkDotProductSimilarity_h
64 #define __vtkDotProductSimilarity_h
66 #include "vtkInfovisCoreModule.h"
87 vtkGetMacro(UpperDiagonal,
int);
88 vtkSetMacro(UpperDiagonal,
int);
95 vtkGetMacro(Diagonal,
int);
96 vtkSetMacro(Diagonal,
int);
103 vtkGetMacro(LowerDiagonal,
int);
104 vtkSetMacro(LowerDiagonal,
int);
111 vtkGetMacro(FirstSecond,
int);
112 vtkSetMacro(FirstSecond,
int);
119 vtkGetMacro(SecondFirst,
int);
120 vtkSetMacro(SecondFirst,
int);
126 vtkGetMacro(MinimumThreshold,
double);
127 vtkSetMacro(MinimumThreshold,
double);
158 double MinimumThreshold;