HomePhabricator
Diffusion MITK bf956ecdcb22

Changed ExtractSliceFilter::m_WorldGeometry from raw to smart pointer

Description

Changed ExtractSliceFilter::m_WorldGeometry from raw to smart pointer

I think it is unnecessary unsafe to have the member as unmanaged raw pointer,
as we use it in the filter and have no posibility to check if it is still valid.
Therefore cleaned up and changed it to smart pointer even though it is not
the scope of this task.

Signed-off-by: Ralf Floca <r.floca@dkfz-heidelberg.de>

Details

Provenance
flocaAuthored on May 26 2020, 8:52 PM
flocaPushed on May 29 2020, 10:42 AM
Differential Revision
Restricted Differential Revision
Parents
rMITK5fade6e50480: Used m_WorldGeometry insted of slicedGeometry as it is equivalent to the old…
Branches
Unknown
Tags
Unknown
Tasks
T26979: Error when loading a measurement or pointset and then an image