27 #ifndef __vtkMatrixMathFilter_h
28 #define __vtkMatrixMathFilter_h
30 #include "vtkFiltersVerdictModule.h"
31 #include "vtkDataSetAlgorithm.h"
55 void PrintSelf (ostream&, vtkIndent);
62 vtkSetMacro(Operation,
int)
63 vtkGetMacro(Operation,
int)
64 void SetOperationToDeterminant ()
66 this->SetOperation(DETERMINANT);
70 this->SetOperation(EIGENVALUE);
74 this->SetOperation(EIGENVECTOR);
78 this->SetOperation(INVERSE);
86 virtual int RequestData
87 (vtkInformation*, vtkInformationVector**, vtkInformationVector*);
96 #endif // __vtkMatrixMathFilter_h
void SetOperationToEigenvector()
Calculate functions of quality of the elements of a mesh.
void SetOperationToInverse()
void SetOperationToEigenvalue()