Section: Visualization Toolkit Graphics Classes
Create a vtkPolyData on its output containing the vertices for the quadrature points for one of the vtkDataArrays present on its input vtkUnstructuredGrid. If the input data set has has FieldData generated by vtkQuadraturePointInterpolator then this will be set as point data. Note: Point sets are generated per field array. This is because each field array may contain its own dictionary.
.SECTION See also vtkQuadraturePointInterpolator, vtkQuadratureSchemeDefinition, vtkInformationQuadratureSchemeDefinitionVectorKey
To create an instance of class vtkQuadraturePointsGenerator, simply invoke its constructor as follows
obj = vtkQuadraturePointsGenerator
obj
is an instance of the vtkQuadraturePointsGenerator class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkQuadraturePointsGenerator = obj.NewInstance ()
vtkQuadraturePointsGenerator = obj.SafeDownCast (vtkObject o)