Go to the documentation of this file.
33 #ifndef vtkQuadraturePointsGenerator_h
34 #define vtkQuadraturePointsGenerator_h
GLsizei GLsizei GLenum GLenum const GLvoid * data
int GenerateField(vtkUnstructuredGrid *usgIn, vtkDataArray *data, vtkDataArray *offsets, vtkPolyData *pdOut)
vtkQuadraturePointsGenerator()
#define vtkTypeMacro(thisClass, superclass)
abstract superclass for arrays of numeric data
GLenum GLenum GLenum input
a simple class to control print indentation
int RequestData(vtkInformation *req, vtkInformationVector **input, vtkInformationVector *output)
#define VTKFILTERSGENERAL_EXPORT
int Generate(vtkUnstructuredGrid *usgIn, vtkDataArray *offsets, vtkPolyData *pdOut)
static vtkQuadraturePointsGenerator * New()
int FillInputPortInformation(int port, vtkInformation *info)
void PrintSelf(ostream &os, vtkIndent indent)
concrete dataset represents vertices, lines, polygons, and triangle strips
dataset represents arbitrary combinations of all possible cell types
virtual ~vtkQuadraturePointsGenerator()
Superclass for algorithms that produce only polydata as output.