23#ifndef vtkQuadraturePointsGenerator_h 
   24#define vtkQuadraturePointsGenerator_h 
   26#include "vtkFiltersGeneralModule.h"  
   29VTK_ABI_NAMESPACE_BEGIN
 
abstract superclass for arrays of numeric data
 
a simple class to control print indentation
 
Superclass for algorithms that produce only polydata as output.
 
concrete dataset represents vertices, lines, polygons, and triangle strips
 
Create a vtkPolyData on its output containing the vertices for the quadrature points for one of the v...
 
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