Skip to content

Fix pv image slice mapper

Jianfeng Yan requested to merge (removed):fix_PVImageSliceMapper into master

Fixed two issues:

  1. SliceMode as index is out of range
  2. The polydata that represents the slice is not correct. It is always one of the bounding planes of the image no matter what slice index is set.

Merge request reports