VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkQuadraturePointInterpolator Class Reference

#include <vtkQuadraturePointInterpolator.h>

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

List of all members.

Public Types

typedef vtkDataSetAlgorithm Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkQuadraturePointInterpolatorNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)

Static Public Member Functions

static
vtkQuadraturePointInterpolator
New ()
static int IsTypeOf (const char *type)
static
vtkQuadraturePointInterpolator
SafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
int FillInputPortInformation (int port, vtkInformation *info)
int FillOutputPortInformation (int port, vtkInformation *info)
int RequestData (vtkInformation *req, vtkInformationVector **input, vtkInformationVector *output)
 vtkQuadraturePointInterpolator ()
 ~vtkQuadraturePointInterpolator ()

Detailed Description

Interpolates each scalar/vector field in a vtkUnstrcturedGrid on its input to a specific set of quadrature points. The set of quadrature points is specified per array via a dictionary (ie an instance of vtkInformationQuadratureSchemeDefinitionVectorKey). contained in the array. The interpolated fields are placed in FieldData along with a set of per cell indexes, that allow random access to a given cells quadrature points.

See also:
vtkQuadratureSchemeDefinition, vtkQuadraturePointsGenerator, vtkInformationQuadratureSchemeDefinitionVectorKey
Tests:
vtkQuadraturePointInterpolator (Tests)

Definition at line 43 of file vtkQuadraturePointInterpolator.h.


Member Typedef Documentation

Reimplemented from vtkDataSetAlgorithm.

Definition at line 47 of file vtkQuadraturePointInterpolator.h.


Constructor & Destructor Documentation


Member Function Documentation

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkDataSetAlgorithm.

static int vtkQuadraturePointInterpolator::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 vtkQuadraturePointInterpolator::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* vtkQuadraturePointInterpolator::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkDataSetAlgorithm.

Reimplemented from vtkDataSetAlgorithm.

void vtkQuadraturePointInterpolator::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.

Fill the input port information objects for this algorithm. This is invoked by the first call to GetInputPortInformation for each port so subclasses can specify what they can handle.

Reimplemented from vtkDataSetAlgorithm.

Fill the output port information objects for this algorithm. This is invoked by the first call to GetOutputPortInformation for each port so subclasses can specify what they can handle.

Reimplemented from vtkDataSetAlgorithm.

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.


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