Skip to content

(visuVTKAdaptor): use the new Image, Mesh and Array API

What does this MR do?

  • update fwDataTools to remove the last uses of the deprecated API except the helpers
  • refactor visuVTKAdaptor vtkSimpleNegatoand vtkSimpleMesh to remove the deprecated API
  • refactor opImageFilter and the associated library to remove the deprecated API
  • fix ::scene2D::SComputeHistogram due to a missing include and remove the deprecated API
  • fix ::fwRenderOgre::Utils due to a missing include and remove the deprecated API for the image conversion

How to test it?

Test the tutos (vtk and ogre), until tuto06, you should not see deprecated logs. Test VRRender.

Data

You need images and meshes see sample.tar.bz2

Associated Issues/Merge Requests

Edited by Emilie WERNERT

Merge request reports