ResampleToImage 5.9.0 Regression
ResampleToImage has some regression in 5.9.0 compared to 5.8.1
For starters, vtkGhostType is now correctly taken into account, but since it was incorrectly computed for 2d cells in Resample, no dataset is visible as an output. See other issue here: #21106
The actual issue is as follows:
Axis aligned 1D and 2D cells are not resampled at all by ResampleToImage filter in ParaView 5.9.0
Steps to reproduce:
- Wavelet, Apply
- ExtractSurface, Apply
- FeatureEdges, Apply: Output is multiple axis aligned lines with values on it
- ResampleToImage, Apply
- Take a look in the information panel: RTData is [0,0], it should be [0, 121]
Transforming the feature edges before using ResampleToImage fixes the issue.