64 #ifndef vtkDotProductSimilarity_h 
   65 #define vtkDotProductSimilarity_h 
   67 #include "vtkInfovisCoreModule.h"  
   91   vtkGetMacro(UpperDiagonal, 
int);
 
   92   vtkSetMacro(UpperDiagonal, 
int);
 
  100   vtkGetMacro(Diagonal, 
int);
 
  101   vtkSetMacro(Diagonal, 
int);
 
  109   vtkGetMacro(LowerDiagonal, 
int);
 
  110   vtkSetMacro(LowerDiagonal, 
int);
 
  118   vtkGetMacro(FirstSecond, 
int);
 
  119   vtkSetMacro(FirstSecond, 
int);
 
  127   vtkGetMacro(SecondFirst, 
int);
 
  128   vtkSetMacro(SecondFirst, 
int);
 
  136   vtkGetMacro(MinimumThreshold, 
double);
 
  137   vtkSetMacro(MinimumThreshold, 
double);
 
  169   double MinimumThreshold;