COMP: Resolve build failures in itk-stub-files - #202
Merged
Conversation
Cleans up wrapping files to match underlying ITK wrappings. Resolves build failures in KitwareMedical#201.
Bump so that new `itk-stub-files` target is included in CI build for Python type hint generation
tbirdso
added a commit
to tbirdso/ITKUltrasound
that referenced
this pull request
May 27, 2022
Changes: - Updated wrapping for `itk::CurvilinearArraySpecialCoordinatesImage` with explicit overrides for template methods for transforming between physical and image space. - Moved image filters wrapped for `itk::CurvilinearArraySpecialCoordinatesImage` into a separate wrap file so that template method generation no longer conficts with explict override generated from curvilinear image wrap file. - Re-enabled `itk::ResampleImageFilter` wrapping for curvilinear image input. - Added Python test to verify output from fixed `itk::CurvilinearArraySpecialCoordinatesImage` template methods matches in both C++ and Python Resolves KitwareMedical#171. Depends on KitwareMedical#202.
tbirdso
added a commit
to tbirdso/ITKUltrasound
that referenced
this pull request
May 27, 2022
Changes: - Updated wrapping for `itk::CurvilinearArraySpecialCoordinatesImage` with explicit overrides for template methods for transforming between physical and image space. - Moved image filters wrapped for `itk::CurvilinearArraySpecialCoordinatesImage` into a separate wrap file so that template method generation no longer conficts with explict override generated from curvilinear image wrap file. - Re-enabled `itk::ResampleImageFilter` wrapping for curvilinear image input. - Added Python test to verify output from fixed `itk::CurvilinearArraySpecialCoordinatesImage` template methods matches in both C++ and Python Resolves KitwareMedical#171. Depends on KitwareMedical#202.
dzenanz
approved these changes
May 30, 2022
dzenanz
pushed a commit
to tbirdso/ITKUltrasound
that referenced
this pull request
May 30, 2022
Changes: - Updated wrapping for `itk::CurvilinearArraySpecialCoordinatesImage` with explicit overrides for template methods for transforming between physical and image space. - Moved image filters wrapped for `itk::CurvilinearArraySpecialCoordinatesImage` into a separate wrap file so that template method generation no longer conficts with explict override generated from curvilinear image wrap file. - Re-enabled `itk::ResampleImageFilter` wrapping for curvilinear image input. - Added Python test to verify output from fixed `itk::CurvilinearArraySpecialCoordinatesImage` template methods matches in both C++ and Python Resolves KitwareMedical#171. Depends on KitwareMedical#202.
hjmjohnson
pushed a commit
to hjmjohnson/ITKUltrasound
that referenced
this pull request
Jan 26, 2025
Changes: - Updated wrapping for `itk::CurvilinearArraySpecialCoordinatesImage` with explicit overrides for template methods for transforming between physical and image space. - Moved image filters wrapped for `itk::CurvilinearArraySpecialCoordinatesImage` into a separate wrap file so that template method generation no longer conficts with explict override generated from curvilinear image wrap file. - Re-enabled `itk::ResampleImageFilter` wrapping for curvilinear image input. - Added Python test to verify output from fixed `itk::CurvilinearArraySpecialCoordinatesImage` template methods matches in both C++ and Python Resolves KitwareMedical#171. Depends on KitwareMedical#202.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves a few small, cascading wrapping failures:
itk-stub-filesbuild failures #201 where ITK wrapsitk::ImageToImageFilterasPOINTERbut ITKUltrasound was wrappingitk::ImageToImageFilterasPOINTER_WITH_SUPERCLASSitk::ImageSourcewas not wrapped foritk::CurvilinearArraySpecialCoordinatesImagedespite being part ofitk::ImageToImageFilterhierarchyitk::FrequencyDomain1DImageFilterwas wrapped asPOINTER_WITH_2_SUPERCLASSESdespiteitk::ImageToImageFiltersuperclass now being wrapped asPOINTERBuild against ITK
masterbranch passes locally on Windows.