Skip to content

Allow vtkQuadraturePoints filter to operate on dataset

Charles Gueunet requested to merge charles.gueunet/vtk:QuadraturePointsDS into master

It is not possible to apply vtkQuadrature* to vtkDataSet input instead of only vtkUnstructuredGrid. This MR also bring the VTK_PIXEL support so 2D images can be processed.

A lots of cell types are still missing, like hexahedron.

Merge request reports