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.37k stars 660 forks source link

ENH: Finalize ITKv5 API changes for ITKv6 #4753

Closed hjmjohnson closed 4 days ago

hjmjohnson commented 5 days ago

With ITKv5 several methods for Image Iterators have been devirtualized for performance reasons.

The temporary definitions provided legacy compatibility. Error messages are now triggered to help detect virtualized iterators.

Methods that were non-const in ITKv4, compile-time conditionally const in ITKv5, are now unconditionally const for itkv6.

PR Checklist