47 #ifndef vtkDotProductSimilarity_h
48 #define vtkDotProductSimilarity_h
50 #include "vtkInfovisCoreModule.h"
53 VTK_ABI_NAMESPACE_BEGIN
75 vtkGetMacro(UpperDiagonal,
int);
76 vtkSetMacro(UpperDiagonal,
int);
84 vtkGetMacro(Diagonal,
int);
85 vtkSetMacro(Diagonal,
int);
93 vtkGetMacro(LowerDiagonal,
int);
94 vtkSetMacro(LowerDiagonal,
int);
102 vtkGetMacro(FirstSecond,
int);
103 vtkSetMacro(FirstSecond,
int);
111 vtkGetMacro(SecondFirst,
int);
112 vtkSetMacro(SecondFirst,
int);
120 vtkGetMacro(MinimumThreshold,
double);
121 vtkSetMacro(MinimumThreshold,
double);
153 double MinimumThreshold;
164 VTK_ABI_NAMESPACE_END
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.