Skip to content

ENH: Refactor subdivision filters

Bill Lorensen requested to merge lorensen/vtk:RefactorSubdivisionFilters into master

The subdivision filters do not handle error conditions consistently. This patch introdues a new base class, vtkSubdivisionFilter that consistently handles error conditions. The patch also incldues a unit test that tests the error conditions.

Merge request reports