 |
VTK
9.0.1
|
Go to the documentation of this file.
28 #ifndef vtkMatrixMathFilter_h
29 #define vtkMatrixMathFilter_h
32 #include "vtkFiltersVerdictModule.h"
63 vtkSetMacro(Operation,
int);
64 vtkGetMacro(Operation,
int);
84 #endif // vtkMatrixMathFilter_h
void SetOperationToEigenvector()
static vtkMatrixMathFilter * New()
void PrintSelf(ostream &, vtkIndent) override
Methods invoked by print to print information about the object including superclasses.
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
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()
void SetOperationToEigenvalue()
void SetOperationToDeterminant()