HomePhabricator
Diffusion MITK 81afebdb5184

Fixed clone methods in core.

Description

Fixed clone methods in core.

Since ITK introduced clone methods in their base classes MITK clone methods
collide with them. I adapted the mitkCloneMacro to be compatible with ITK.
All "Clone()" methods were renamed to "InternalClone()" and return a
pointer to a LightObject instead of an AffineGeometryFrame3D.
InternalClone() is called by ITK's Clone().

Details

Provenance
kislinskAuthored on Nov 21 2012, 2:57 PM
Parents
rMITK46ca3f6c5dd4: Updated GDCM to version 2.2.1 and ITK to version 4.2.1 in superbuild.
Branches
Unknown
Tags
Unknown