Page MenuHomePhabricator

Remove ContourListID property from segmentation
Closed, ResolvedPublic

Description

The 3D interpolation have to assign a list of contour points to each segmentation individually. This assignment is currently done by using the integer property ContourListID.
This is not a good solution. The assignment should be done by using a map with the segmentation as a key.

Event Timeline

[8cc539]: Merge branch 'bug-13385-remove-contourlistid-property-from-segmentatio

Merged commits:

2012-10-11 13:55:13 Andreas Fetzer [9ac106]
Enabled removing a SegmentationInterpolationList.

Enhanced interface of SurfaceInterpolationController so that now a segmentation can be removed from the interpolation list
NodeRemoved is catched in QmitkSegmentationView


2012-10-11 13:53:33 Andreas Fetzer [653588]
Moved setting of currentsegmentationinterpolationlist to after the setting of min max spacing


2012-10-10 13:05:05 Andreas Fetzer [a230d0]
Removed ContourListID property

Now the surfaceInterpolationController hold a map with the according segmentation as key


2012-10-10 13:03:39 Andreas Fetzer [0364fb]
Renamed slot

[927669]: Merge branch 'bug-13385-remove-contourlistid-property-from-segmentatio

Merged commits:

2012-10-11 15:02:23 Andreas Fetzer [9a3d89]
COMP Removed map.at() calls since this function is not yet supported by the windows compiler