Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: ShapedImageNeighborhoodRange support C-array of offsets (by C++17) #4301

Conversation

N-Dekker
Copy link
Contributor

@N-Dekker N-Dekker commented Nov 8, 2023

Allowed the shape of a neighborhood to be specified by a C-array of offset, by using C++17 std::data and std::size internally, instead of data() and size() member functions.

Allowed the shape of a neighborhood to be specified by a C-array of offset, by
using C++17 `std::data` and `std::size` internally, instead of `data()` and
`size()` member functions.
@github-actions github-actions bot added type:Enhancement Improvement of existing methods or implementation type:Testing Ensure that the purpose of a class is met/the results on a wide set of test cases are correct area:Core Issues affecting the Core module labels Nov 8, 2023
@N-Dekker
Copy link
Contributor Author

N-Dekker commented Nov 9, 2023

/azp run ITK.Windows

@N-Dekker N-Dekker marked this pull request as ready for review November 9, 2023 08:45
Copy link
Member

@thewtex thewtex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool!

@dzenanz dzenanz merged commit 77e147b into InsightSoftwareConsortium:master Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:Core Issues affecting the Core module type:Enhancement Improvement of existing methods or implementation type:Testing Ensure that the purpose of a class is met/the results on a wide set of test cases are correct
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants