VTK
|
Calculate functions of quality of the elements of a mesh. More...
#include <vtkMatrixMathFilter.h>
Inherits vtkDataSetAlgorithm.
Public Types | |
typedef vtkDataSetAlgorithm | Superclass |
Public Member Functions | |
void | PrintSelf (ostream &, vtkIndent) |
virtual int | IsA (const char *type) |
vtkMatrixMathFilter * | NewInstance () const |
virtual void | SetOperation (int) |
virtual int | GetOperation () |
void | SetOperationToDeterminant () |
void | SetOperationToEigenvalue () |
void | SetOperationToEigenvector () |
void | SetOperationToInverse () |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkMatrixMathFilter * | SafeDownCast (vtkObjectBase *o) |
static vtkMatrixMathFilter * | New () |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
~vtkMatrixMathFilter () | |
vtkMatrixMathFilter () | |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Protected Attributes | |
int | Operation |
Calculate functions of quality of the elements of a mesh.
vtkMatrixMathFilter computes one or more functions of mathematical quality for the cells or points in a mesh. The per-cell or per-point quality is added to the mesh's cell data or point data, in an array with names varied with different quality being queried. Note this filter always assume the data associate with the cells or points are 3 by 3 matrix.
Definition at line 36 of file vtkMatrixMathFilter.h.
typedef vtkDataSetAlgorithm vtkMatrixMathFilter::Superclass |
Definition at line 56 of file vtkMatrixMathFilter.h.
|
protected |
|
protected |
void vtkMatrixMathFilter::PrintSelf | ( | ostream & | , |
vtkIndent | |||
) |
|
static |
|
virtual |
|
static |
|
protectedvirtual |
vtkMatrixMathFilter* vtkMatrixMathFilter::NewInstance | ( | ) | const |
|
static |
|
virtual |
Set/Get the particular estimator used to function the quality of query.
|
virtual |
Set/Get the particular estimator used to function the quality of query.
|
inline |
Set/Get the particular estimator used to function the quality of query.
Definition at line 64 of file vtkMatrixMathFilter.h.
|
inline |
Set/Get the particular estimator used to function the quality of query.
Definition at line 68 of file vtkMatrixMathFilter.h.
|
inline |
Set/Get the particular estimator used to function the quality of query.
Definition at line 72 of file vtkMatrixMathFilter.h.
|
inline |
Set/Get the particular estimator used to function the quality of query.
Definition at line 76 of file vtkMatrixMathFilter.h.
|
protectedvirtual |
|
protected |
Definition at line 89 of file vtkMatrixMathFilter.h.