Page MenuHomePhabricator

Move function for GetAffectedDimension to core class
Closed, ResolvedPublic

Description

The mitkSegTool2D has a function which determines the affected dimension of an image slice. However this function is used at several places e.g. Diffusion. Since you do not always want a dependency to the segmentation we should think about moving this function to the geometries or the image.

Related Objects

Event Timeline

I wrote an adapted local function for the Diffusion stuff and removed the dependency.