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;
compute dot-product similarity metrics.
~vtkDotProductSimilarity()
static vtkDotProductSimilarity * New()
int FillInputPortInformation(int, vtkInformation *)
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkDotProductSimilarity()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
a simple class to control print indentation
Superclass for algorithms that produce only vtkTables as output.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.