Skip to content

refactor(build): remove obsolete activities

Flavien BRIDAULT requested to merge 695-remove-obsolete-activities into dev

Description

The following activities are removed:

  • blendActivity
  • registrationActivity
  • 3DVisualizationActivity
  • volumeRenderingActivity

Only 2DVisualization is kept, and renamed to sight::activity::viz::negato. Indeed some configurations of this activity are used in other activities and in dicomxplorer.

The following activities were fixed:

  • DicomPacsReader
  • DicomPacsWriter
  • DicomFiltering
  • DicomWebReader
  • DicomWebWriter

Also, the loading of DICOM images from the filesystem or a PACS in SightViewer should also be fixed.

Closes #695 (closed)

How to test it?

Clean first the share folder in the build path to avoid conflicts with old files:

rm -rf share/sight

Then build and run. You can test dicomxplorer activities.

Data

(Links to the needed data)

Edited by Flavien BRIDAULT

Merge request reports