Page MenuHomePhabricator

ExtractSliceFilter crashes on processing curved planes
Closed, WontfixPublic

Description

When entering the ::GenerateData() with an abstract geometry ( i.e. for ThinPlateSplineGeometry coming from CurvedMPR ), the method first checks the kind of Geometry2D passed in, but skips further checks f.e. in

l.351: this->GetClippedPlaneBounds( ..., planeGeometry, ... )

which leads to an immediate crash. So we need the xMax/Min ... estimation also for AbstractGeometries.

Event Timeline

New remote branch pushed: bug-14452-Fix-extract-slice-filter

kislinsk added a subscriber: kislinsk.
This task was automatically closed because it wasn't updated at least since July 2016 (over 2 years). Please re-open this task if you think that it is still relevant. This most probably means that you will resolve it.