27 #ifndef __vtkMatrixMathFilter_h
28 #define __vtkMatrixMathFilter_h
61 vtkSetMacro(Operation,
int)
62 vtkGetMacro(Operation,
int)
63 void SetOperationToDeterminant ()
65 this->SetOperation(DETERMINANT);
69 this->SetOperation(EIGENVALUE);
73 this->SetOperation(EIGENVECTOR);
77 this->SetOperation(INVERSE);
95 #endif // __vtkMatrixMathFilter_h
void SetOperationToEigenvector()
Calculate functions of quality of the elements of a mesh.
void SetOperationToInverse()
abstract class to specify cell behavior
a simple class to control print indentation
abstract superclass for arrays of numeric data
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce output of the same type as input.
void SetOperationToEigenvalue()
static vtkDataSetAlgorithm * New()