58 #ifndef vtkDotProductSimilarity_h 59 #define vtkDotProductSimilarity_h 61 #include "vtkInfovisCoreModule.h" 85 vtkGetMacro(UpperDiagonal,
int);
86 vtkSetMacro(UpperDiagonal,
int);
94 vtkGetMacro(Diagonal,
int);
95 vtkSetMacro(Diagonal,
int);
103 vtkGetMacro(LowerDiagonal,
int);
104 vtkSetMacro(LowerDiagonal,
int);
112 vtkGetMacro(FirstSecond,
int);
113 vtkSetMacro(FirstSecond,
int);
121 vtkGetMacro(SecondFirst,
int);
122 vtkSetMacro(SecondFirst,
int);
130 vtkGetMacro(MinimumThreshold,
double);
131 vtkSetMacro(MinimumThreshold,
double);
166 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.