33 #ifndef vtkQuadraturePointsGenerator_h
34 #define vtkQuadraturePointsGenerator_h
36 #include "vtkFiltersGeneralModule.h"
37 #include "vtkPolyDataAlgorithm.h"
40 class vtkUnstructuredGrid;
42 class vtkInformationVector;
48 void PrintSelf(ostream& os, vtkIndent indent);
52 int FillInputPortInformation(
int port, vtkInformation *info);
54 int RequestData(vtkInformation *req, vtkInformationVector **input, vtkInformationVector *output);
58 int Generate(vtkUnstructuredGrid *usgIn,
59 vtkDataArray* offsets,
63 int GenerateField(vtkUnstructuredGrid *usgIn,
65 vtkDataArray* offsets,