Skip to content

D3: fix boundary mode and mtime

Utkarsh Ayachit requested to merge utkarsh.ayachit/vtk:d3-mtime into master

vtkDistributedDataFilter was not updating its MTime correctly when boudary mode was changed. Fixed that.

Also removed a bunch of unused/confusing protected API. I suspect they were added before the more generic SetBoundaryMode API was added.

Edited by Utkarsh Ayachit

Merge request reports