VTK
|
Calculate functions of quality of the elements of a mesh. More...
#include <vtkMatrixMathFilter.h>
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.
Reimplemented from vtkDataSetAlgorithm.
Definition at line 56 of file vtkMatrixMathFilter.h.
vtkMatrixMathFilter::~vtkMatrixMathFilter | ( | ) | [protected] |
vtkMatrixMathFilter::vtkMatrixMathFilter | ( | ) | [protected] |
void vtkMatrixMathFilter::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkDataSetAlgorithm.
static int vtkMatrixMathFilter::IsTypeOf | ( | const char * | name | ) | [static] |
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkDataSetAlgorithm.
virtual int vtkMatrixMathFilter::IsA | ( | const char * | name | ) | [virtual] |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkDataSetAlgorithm.
static vtkMatrixMathFilter* vtkMatrixMathFilter::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkDataSetAlgorithm.
virtual vtkObjectBase* vtkMatrixMathFilter::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkDataSetAlgorithm.
Reimplemented from vtkDataSetAlgorithm.
static vtkMatrixMathFilter* vtkMatrixMathFilter::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkDataSetAlgorithm.
virtual void vtkMatrixMathFilter::SetOperation | ( | int | ) | [virtual] |
Set/Get the particular estimator used to function the quality of query.
virtual int vtkMatrixMathFilter::GetOperation | ( | ) | [virtual] |
Set/Get the particular estimator used to function the quality of query.
void vtkMatrixMathFilter::SetOperationToDeterminant | ( | ) | [inline] |
Set/Get the particular estimator used to function the quality of query.
Definition at line 64 of file vtkMatrixMathFilter.h.
void vtkMatrixMathFilter::SetOperationToEigenvalue | ( | ) | [inline] |
Set/Get the particular estimator used to function the quality of query.
Definition at line 68 of file vtkMatrixMathFilter.h.
void vtkMatrixMathFilter::SetOperationToEigenvector | ( | ) | [inline] |
Set/Get the particular estimator used to function the quality of query.
Definition at line 72 of file vtkMatrixMathFilter.h.
void vtkMatrixMathFilter::SetOperationToInverse | ( | ) | [inline] |
Set/Get the particular estimator used to function the quality of query.
Definition at line 76 of file vtkMatrixMathFilter.h.
virtual int vtkMatrixMathFilter::RequestData | ( | vtkInformation * | , |
vtkInformationVector ** | , | ||
vtkInformationVector * | |||
) | [protected, virtual] |
This is called within ProcessRequest when a request asks the algorithm to do its work. This is the method you should override to do whatever the algorithm is designed to do. This happens during the fourth pass in the pipeline execution process.
Reimplemented from vtkDataSetAlgorithm.
int vtkMatrixMathFilter::Operation [protected] |
Definition at line 89 of file vtkMatrixMathFilter.h.