HomePhabricator
Diffusion MITK 2e9e1f8ae1c6

Merge branch 'bug-13664-code-review-changes'

Description

Merge branch 'bug-13664-code-review-changes'

  • bug-13664-code-review-changes: Use the correct method to unregister DataInteractor from DataNode. Fixed copy constructor for mitk::CameraIntrinsics. Removed DEPRECATED macro again, since it leads to compile errors. Harmonized Set/Load/Add event config methods. Removed GetEventClass() method, using GetNameOfClass() instead. Deprecated classes, added const and pass by reference, simplified inheritance. Moved interaction event constants to DataInteractor and InteractionEvent. Added proper clone methods for properties. Improved equality methods using static casts. Added deprecated macro for old Interactor class. Moved test interaction xml files to the test driver. Use C++ style operator== for comparing interaction events. Deprecated TActionFunctor and used mitk::Message instead. Added const modifiers and passing arguments by reference instead of value.

Merged Changes