61 #ifndef vtkDotProductSimilarity_h 62 #define vtkDotProductSimilarity_h 64 #include "vtkInfovisCoreModule.h" 88 vtkGetMacro(UpperDiagonal,
int);
89 vtkSetMacro(UpperDiagonal,
int);
97 vtkGetMacro(Diagonal,
int);
98 vtkSetMacro(Diagonal,
int);
106 vtkGetMacro(LowerDiagonal,
int);
107 vtkSetMacro(LowerDiagonal,
int);
115 vtkGetMacro(FirstSecond,
int);
116 vtkSetMacro(FirstSecond,
int);
124 vtkGetMacro(SecondFirst,
int);
125 vtkSetMacro(SecondFirst,
int);
133 vtkGetMacro(MinimumThreshold,
double);
134 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.