VTK
|
#include <vtkQuadraturePointInterpolator.h>
Inherits vtkDataSetAlgorithm.
Public Types | |
typedef vtkDataSetAlgorithm | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkQuadraturePointInterpolator * | NewInstance () 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 vtkObjectBase * | NewInstanceInternal () const |
int | FillInputPortInformation (int port, vtkInformation *info) |
int | FillOutputPortInformation (int port, vtkInformation *info) |
int | RequestData (vtkInformation *req, vtkInformationVector **input, vtkInformationVector *output) |
vtkQuadraturePointInterpolator () | |
~vtkQuadraturePointInterpolator () | |
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.
Definition at line 43 of file vtkQuadraturePointInterpolator.h.
typedef vtkDataSetAlgorithm vtkQuadraturePointInterpolator::Superclass |
Definition at line 47 of file vtkQuadraturePointInterpolator.h.
|
protected |
|
protected |
|
static |
|
static |
|
virtual |
|
static |
|
protectedvirtual |
vtkQuadraturePointInterpolator* vtkQuadraturePointInterpolator::NewInstance | ( | ) | const |
void vtkQuadraturePointInterpolator::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
protected |
|
protected |
|
protected |