VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkMatrixMathFilter Class Reference

Calculate functions of quality of the elements of a mesh. More...

#include <vtkMatrixMathFilter.h>

Inheritance diagram for vtkMatrixMathFilter:
Inheritance graph
[legend]
Collaboration diagram for vtkMatrixMathFilter:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkDataSetAlgorithm Superclass

Public Member Functions

void PrintSelf (ostream &, vtkIndent)
virtual int IsA (const char *type)
vtkMatrixMathFilterNewInstance () 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 vtkMatrixMathFilterSafeDownCast (vtkObjectBase *o)
static vtkMatrixMathFilterNew ()

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 ~vtkMatrixMathFilter ()
 vtkMatrixMathFilter ()
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)

Protected Attributes

int Operation

Detailed Description

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.


Member Typedef Documentation

Reimplemented from vtkDataSetAlgorithm.

Definition at line 56 of file vtkMatrixMathFilter.h.


Constructor & Destructor Documentation


Member Function Documentation

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.

Reimplemented from vtkDataSetAlgorithm.

virtual vtkObjectBase* vtkMatrixMathFilter::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkDataSetAlgorithm.

Reimplemented from vtkDataSetAlgorithm.

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.

Set/Get the particular estimator used to function the quality of query.

Definition at line 64 of file vtkMatrixMathFilter.h.

Set/Get the particular estimator used to function the quality of query.

Definition at line 68 of file vtkMatrixMathFilter.h.

Set/Get the particular estimator used to function the quality of query.

Definition at line 72 of file vtkMatrixMathFilter.h.

Set/Get the particular estimator used to function the quality of query.

Definition at line 76 of file vtkMatrixMathFilter.h.

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.


Member Data Documentation

Definition at line 89 of file vtkMatrixMathFilter.h.


The documentation for this class was generated from the following file: