Go to the documentation of this file.
28 #ifndef vtkMatrixMathFilter_h
29 #define vtkMatrixMathFilter_h
31 #include "vtkFiltersVerdictModule.h"
63 vtkSetMacro(Operation,
int)
64 vtkGetMacro(Operation,
int)
65 void SetOperationToDeterminant ()
67 this->SetOperation(DETERMINANT);
71 this->SetOperation(EIGENVALUE);
75 this->SetOperation(EIGENVECTOR);
79 this->SetOperation(INVERSE);
97 #endif // vtkMatrixMathFilter_h
void SetOperationToEigenvector()
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called within ProcessRequest when a request asks the algorithm to do its work.
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
static vtkDataSetAlgorithm * New()
void SetOperationToInverse()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetOperationToEigenvalue()