Skip to content

Patch to use the vtkGeometryFilter

Charles Gueunet requested to merge UseGeometryFilter into master

This patch fix the StaticMesh plugin for PV 5.11 by using the right filter to extract the surface. However in the current state, the name is not consistent.

I would arge to override both the vtkGeometryFilter and the vtkDataSetSurfaceFilter instead, but should I do it in a single class as both filters are interchangeable, or do I need two classes ?

@mwestphal

Merge request reports