32 #ifndef vtkQuadratureSchemeDictionaryGenerator_h
33 #define vtkQuadratureSchemeDictionaryGenerator_h
35 #include "vtkFiltersGeneralModule.h"
36 #include "vtkDataSetAlgorithm.h"
39 class vtkUnstructuredGrid;
41 class vtkInformationVector;
47 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);
64 int Generate(vtkUnstructuredGrid *usgOut);