Page MenuHomePhabricator

mitkSlicedGeometry3D is using deprecated WorldToIndex and IndexToWorld methods
Closed, DuplicatePublic

Description

mitkSlicedGeometry3D uses the deprecated function Geometry3D::WorldToIndex(point, vec, vec) and the deprecated function Geometry3D::IndexToWorld(point, vec, vec).

Instead the function Geometry3D::IndexToWorld(vec, vec) and Geometry3D::WorldToIndex(vec, vec) should be used.

See Geometry3D line 150 and line 162.

Event Timeline

Is this somehow related to T7619? If so, please update bug relations. Otherwise re-request flag and I'll have a look.