SlicerRt / SlicerRT

Open-source toolkit for radiation therapy research, an extension of 3D Slicer. Features include DICOM-RT import/export, dose volume histogram, dose accumulation, external beam planning (TPS), structure comparison and morphology, isodose line/surface generation, etc.
https://slicerrt.org
127 stars 60 forks source link

Remove dependency from deprecated Slicer core modules #142

Closed lassoan closed 4 years ago

lassoan commented 4 years ago

We are planning to remove Slicer core modules that have been superseded by other modules. https://discourse.slicer.org/t/removing-legacy-modules-in-slicer5/11371

This extension currently uses legacy "charts" infrastructure and vtkMRMLDoubleArray node. It should be upgraded to use plots and tables modules instead).

cpinter commented 4 years ago

Charts infrastructure has been removed and replaced by Plots in https://github.com/SlicerRt/SlicerRT/commit/8f9155f94399be71e747d3d45b1f6c4152caa139

lassoan commented 4 years ago

vtkMRMLDoubleArray is only used in MLC code, which will be addressed by https://github.com/SlicerRt/SlicerRT/issues/115