InsightSoftwareConsortium / ITK

Insight Toolkit (ITK) -- Official Repository. ITK builds on a proven, spatially-oriented architecture for processing, segmentation, and registration of scientific images in two, three, or more dimensions.
https://itk.org
Apache License 2.0
1.47k stars 686 forks source link

COMP: Use future recommended code for remote modules with ITKv5.4.3 #5183

Open hjmjohnson opened 3 weeks ago

hjmjohnson commented 3 weeks ago

These selected remote modules are chosen to support the building of heavily used projects that depend on ITK.

Slicer (https://github.com/Slicer/Slicer) BRAINSTools (https://github.com/BRAINSia/BRAINSTools) ANTs (https://github.com/ANTsX/ANTs)

needs of remote modules for ITK.

When preparing for the future with ITK by setting ITK_FUTURE_LEGACY_REMOVE:BOOL=ON ITK_LEGACY_REMOVEBOOL=ON

Identifies code changes that will eventually be needed in future version (i.e. ITKv6 and ITKv7) once deprecated code is removed.

By updating the following remote modules to be backward and future compatible with the recommended coding standards, we can more easily address code updates for supporting the community.

Pull requests that this one depends upon:

PR Checklist

dzenanz commented 2 weeks ago

Approach looks good. Most of the work will be in "greening" the remote modules.