33 #ifndef vtkQuadraturePointsGenerator_h
34 #define vtkQuadraturePointsGenerator_h
36 #include "vtkFiltersGeneralModule.h"
40 class vtkUnstructuredGrid;
42 class vtkInformationVector;
48 void PrintSelf(ostream& os, vtkIndent indent);
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,
virtual int FillInputPortInformation(int port, vtkInformation *info)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
concrete dataset represents vertices, lines, polygons, and triangle strips
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.