Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG: Let elastix SplitRequestedRegion override ITK's ImageSource
Adjusted `ParabolicErodeDilateImageFilter::SplitRequestedRegion` to ensure that its signature matches `ImageSource::SplitRequestedRegion` (again). Following ITK commit InsightSoftwareConsortium/ITK@c701410, June 14, 2011, which modified the signature of `ImageSource::SplitRequestedRegion`, by replacing signed with unsigned integers. Similar to pull request #1118 commit 34bdc3b "BUG: Let `elx::ConjugateGradientFRPR` override ITK's FRPROptimizer" Note: This commit changes the behavior (restoring the originally intended behavior), because `ParabolicErodeDilateImageFilter::SplitRequestedRegion` does avoid the current dimension (`m_CurrentDimension`), when setting the `splitAxis`. Bug found by macos-12/clang `-Woverloaded-virtual` warnings.
- Loading branch information