16 #ifndef vtkMatrixMathFilter_h
17 #define vtkMatrixMathFilter_h
20 #include "vtkFiltersVerdictModule.h"
22 VTK_ABI_NAMESPACE_BEGIN
52 vtkSetMacro(Operation,
int);
53 vtkGetMacro(Operation,
int);
74 #endif // vtkMatrixMathFilter_h
void SetOperationToEigenvector()
Set/Get the particular estimator used to function the quality of query.
Calculate functions of quality of the elements of a mesh.
void SetOperationToInverse()
Set/Get the particular estimator used to function the quality of query.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
abstract class to specify cell behavior
a simple class to control print indentation
abstract superclass for arrays of numeric data
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called within ProcessRequest when a request asks the algorithm to do its work.
void SetOperationToDeterminant()
Set/Get the particular estimator used to function the quality of query.
Superclass for algorithms that produce output of the same type as input.
void SetOperationToEigenvalue()
Set/Get the particular estimator used to function the quality of query.
static vtkDataSetAlgorithm * New()