vtkMatrixMathFilter Class Reference

#include <vtkMatrixMathFilter.h>

Inheritance diagram for vtkMatrixMathFilter:

Inheritance graph
[legend]
Collaboration diagram for vtkMatrixMathFilter:

Collaboration graph
[legend]

List of all members.


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 35 of file vtkMatrixMathFilter.h.


Public Types

typedef vtkDataSetAlgorithm Superclass

Public Member Functions

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

Protected Member Functions

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

Protected Attributes

int Operation

Member Typedef Documentation

Reimplemented from vtkDataSetAlgorithm.

Definition at line 55 of file vtkMatrixMathFilter.h.


Constructor & Destructor Documentation

vtkMatrixMathFilter::~vtkMatrixMathFilter (  )  [protected]

vtkMatrixMathFilter::vtkMatrixMathFilter (  )  [protected]


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.

virtual const char* vtkMatrixMathFilter::GetClassName (  )  [virtual]

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 ( vtkObject o  )  [static]

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 63 of file vtkMatrixMathFilter.h.

void vtkMatrixMathFilter::SetOperationToEigenvalue (  )  [inline]

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

Definition at line 67 of file vtkMatrixMathFilter.h.

void vtkMatrixMathFilter::SetOperationToEigenvector (  )  [inline]

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

Definition at line 71 of file vtkMatrixMathFilter.h.

void vtkMatrixMathFilter::SetOperationToInverse (  )  [inline]

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

Definition at line 75 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.


Member Data Documentation

Definition at line 88 of file vtkMatrixMathFilter.h.


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

Generated on Wed Aug 24 11:47:05 2011 for VTK by  doxygen 1.5.6