Skip to content

Consolidate vtkImageStencilData code, fix bugs.

David Gobbi requested to merge dgobbi/vtk:stencildata-fixes into master

There were some tricky bugs in the code for InsertAndMergeExtent() and RemoveExtent(), so it seemed like a good opportunity to rewrite these methods so that they share the same code.

Merge request reports