Skip to content

Improving vtkRedistributeDataSetFilter clipping

Caitlin Ross requested to merge caitlin.ross/vtk:rdsf-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 vtkTableBasedClipDataSet after converting the bounding box used for clipping to a set of planes.

Merge request reports