23#ifndef vtkQuadraturePointInterpolator_h 
   24#define vtkQuadraturePointInterpolator_h 
   27#include "vtkFiltersGeneralModule.h"  
   29VTK_ABI_NAMESPACE_BEGIN
 
Superclass for algorithms that produce output of the same type as input.
 
a simple class to control print indentation
 
Interpolates each scalar/vector field in a vtkUnstrcturedGrid on its input to a specific set of quadr...
 
vtkQuadraturePointInterpolator()
 
~vtkQuadraturePointInterpolator() override
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
 
static vtkQuadraturePointInterpolator * New()
 
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
 
int RequestData(vtkInformation *req, vtkInformationVector **input, vtkInformationVector *output) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
 
dataset represents arbitrary combinations of all possible cell types