Skip to content

WIP: Improving vtkRedistributeDataSetFilter clipping

Caitlin Ross requested to merge caitlin.ross/vtk:redistribute-ds-clipping into master

vtkRedistributeDataSetFilter initially used vtkBoxClipDataSet when splitting cells. However this filter sometimes resulted in some holes on the boundaries between partitions. This MR replaces it to use vtkmClip. In addition, the ability to invert the clip results was added to vtkmClip API.

Edited by Caitlin Ross

Merge request reports