Skip to content

Modified Redistribute filter (D4) with vtkPlaneClipDataSet

Zhuokai Zhao requested to merge zhuokaizhao/vtk:new-d4 into master

The commit fixes the bug within old D4 filter which created holes when setting BoundaryMode = 'Split cells' during redistribution. For example, with data set being disk_out_ref.ex2, old D4 redistribution generated result: Screenshot_from_2019-07-08_13-58-58

The filter used in the fix is separated into vtkPlaneClipDataSet.h and vtkPlaneClipDataSet.cxx. Current redistribution result looks like Screenshot_from_2019-07-08_14-03-59

Thank you for reviewing!

Merge request reports