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
126 stars 60 forks source link

vtkCollisionDetectionFilter out of sync with VTK #195

Closed ferdymercury closed 2 years ago

ferdymercury commented 2 years ago

SlicerRT has an outdated vtkCollisionDetectionFilter class, that is now natively part of VTK. It would be nice to migrate it to VTK to get also the latest bug fixes and reduce maintenance effort here in SlicerRT. See e.g. https://gitlab.kitware.com/vtk/vtk/-/issues/18298 Thanks!

lassoan commented 2 years ago

Thanks for the ping. Yes, we managed to get this filter into VTK with Bill, so we can exclude it from Slicer-4.13 builds now. I'll submit a pull request soon.