33 #ifndef vtkQuadraturePointInterpolator_h
34 #define vtkQuadraturePointInterpolator_h
36 #include "vtkFiltersGeneralModule.h"
37 #include "vtkDataSetAlgorithm.h"
39 class vtkUnstructuredGrid;
41 class vtkInformationVector;
48 void PrintSelf(ostream& os, vtkIndent indent);
51 int FillInputPortInformation(
int port, vtkInformation *info);
52 int FillOutputPortInformation(
int port, vtkInformation *info);
53 int RequestData(vtkInformation *req, vtkInformationVector **input, vtkInformationVector *output);
66 int InterpolateFields(vtkUnstructuredGrid *usgOut);