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.4k stars 662 forks source link

FUTURE_LEGACY_REMOVE ImageToImageMetric members m_InterpolatorIsBSpline and m_TransformIsBSpline #4518

Closed N-Dekker closed 5 months ago

N-Dekker commented 5 months ago

m_TransformIsBSpline is always just equal to m_BSplineTransform != nullptr, and m_InterpolatorIsBSpline is always just equal to m_BSplineInterpolator != nullptr, so these Boolean data members are redundant and not really necessary.

N-Dekker commented 5 months ago

/azp run ITK.macOS.Python