 |
VTK
9.1.0
|
Go to the documentation of this file.
47 #ifndef vtkMatrixMathFilter_h
48 #define vtkMatrixMathFilter_h
51 #include "vtkFiltersVerdictModule.h"
82 vtkSetMacro(Operation,
int);
83 vtkGetMacro(Operation,
int);
103 #endif // vtkMatrixMathFilter_h
void SetOperationToEigenvector()
Set/Get the particular estimator used to function the quality of query.
static vtkMatrixMathFilter * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
abstract superclass for arrays of numeric data
~vtkMatrixMathFilter() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Superclass for algorithms that produce output of the same type as input.
Calculate functions of quality of the elements of a mesh.
abstract class to specify cell behavior
a simple class to control print indentation
void SetOperationToInverse()
Set/Get the particular estimator used to function the quality of query.
void SetOperationToEigenvalue()
Set/Get the particular estimator used to function the quality of query.
void SetOperationToDeterminant()
Set/Get the particular estimator used to function the quality of query.