Go to the documentation of this file.
27 #ifndef vtkMatrixMathFilter_h
28 #define vtkMatrixMathFilter_h
64 void SetOperationToDeterminant ()
66 this->SetOperation(DETERMINANT);
70 this->SetOperation(EIGENVALUE);
74 this->SetOperation(EIGENVECTOR);
78 this->SetOperation(INVERSE);
96 #endif // vtkMatrixMathFilter_h
void SetOperationToEigenvector()
#define VTKFILTERSVERDICT_EXPORT
static vtkMatrixMathFilter * New()
#define vtkTypeMacro(thisClass, superclass)
abstract superclass for arrays of numeric data
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 PrintSelf(ostream &, vtkIndent)
#define vtkGetMacro(name, type)
void SetOperationToInverse()
vtkSetMacro(IgnoreDriverBugs, bool)
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void SetOperationToEigenvalue()