Skip to content

(deprecated): Use new Image, Mesh and Array API

Emilie WERNERT requested to merge use-new-array-api into dev

What does this MR do?

Refactor some services and libraries to use new Image, Mesh and Array API:

  • refactor igtlProtocol library to use new API
  • refactor fwCommand library to use new API
  • remove useless helpers includes
  • fix MeshIterator: set 'operator=()' as virtual and remove redundant cast

How to test it?

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

Associated Issues/Merge Requests

Edited by Emilie WERNERT

Merge request reports