35#ifndef vtkMatrixMathFilter_h 
   36#define vtkMatrixMathFilter_h 
   39#include "vtkFiltersVerdictModule.h"  
   41VTK_ABI_NAMESPACE_BEGIN
 
   71  vtkSetMacro(Operation, 
int);
 
   72  vtkGetMacro(Operation, 
int);
 
abstract class to specify cell behavior
 
abstract superclass for arrays of numeric data
 
Superclass for algorithms that produce output of the same type as input.
 
a simple class to control print indentation
 
Calculate functions of quality of the elements of a mesh.
 
void SetOperationToEigenvalue()
Set/Get the particular estimator used to function the quality of query.
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
void SetOperationToEigenvector()
Set/Get the particular estimator used to function the quality of query.
 
void SetOperationToDeterminant()
Set/Get the particular estimator used to function the quality of query.
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
 
void SetOperationToInverse()
Set/Get the particular estimator used to function the quality of query.
 
~vtkMatrixMathFilter() override
 
static vtkMatrixMathFilter * New()