Skip to content

(fwData): use new API of Image, Array and Mesh

Emilie WERNERT requested to merge new-data-api-2 into dev

What does this MR do?

  • Update config.hpp.in to add <PROJECT_NAME>_DEPRECATED_CLASS_API, it allows to set the deprecated attribut on a class (display a compilation warning).
  • Update fwTest and fwData libraries to remove the dependency to fwDataTools
  • Clean fwDataTools to remove the use of deprecated helpers, but the helpers are still here.
  • fix SImagesBlend adaptor: fix size, spacing and origin comparison

How to test it?

Launch all the tutorials, examples, PoC and applications and check that nothing is broken. You should see less [DEPRECATED] logs.

Check that the compilation is not broken in other repositories.

Associated Issues/Merge Requests

Edited by Emilie WERNERT

Merge request reports