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;
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.
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.