61 #ifndef vtkDotProductSimilarity_h 
   62 #define vtkDotProductSimilarity_h 
   64 #include "vtkInfovisCoreModule.h"  
   88   vtkGetMacro(UpperDiagonal, 
int);
 
   97   vtkGetMacro(Diagonal, 
int);
 
  106   vtkGetMacro(LowerDiagonal, 
int);
 
  115   vtkGetMacro(FirstSecond, 
int);
 
  124   vtkGetMacro(SecondFirst, 
int);
 
  133   vtkGetMacro(MinimumThreshold, 
double);
 
  169   double MinimumThreshold;
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses. 
static vtkTableAlgorithm * New()
a simple class to control print indentation 
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm. 
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection. 
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass. 
Superclass for algorithms that produce only vtkTables as output. 
compute dot-product similarity metrics.