32#ifndef vtkQuadraturePointsGenerator_h
33#define vtkQuadraturePointsGenerator_h
35#include "vtkFiltersGeneralModule.h"
a simple class to control print indentation
concrete dataset represents vertices, lines, polygons, and triangle strips
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
int RequestData(vtkInformation *req, vtkInformationVector **input, vtkInformationVector *output) override
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int Generate(vtkUnstructuredGrid *usgIn, vtkDataArray *offsets, vtkPolyData *pdOut)
Generate the point set .
~vtkQuadraturePointsGenerator() override
vtkQuadraturePointsGenerator()
int GenerateField(vtkUnstructuredGrid *usgIn, vtkDataArray *data, vtkDataArray *offsets, vtkPolyData *pdOut)
static vtkQuadraturePointsGenerator * New()
dataset represents arbitrary combinations of all possible cell types