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

Fix types of arguments passed to Set member function calls in unit tests #3228

Conversation

N-Dekker
Copy link
Contributor

No description provided.

Calls to `EllipseSpatialObject::SetCenterInObjectSpace` should have a
point as argument, not an offset.

Bug found by locally (temporarily) declaring converting constructors of
`itk::Point` "explicit".
The `SetInsideValue` and `SetOutsideValue` member functions of
`BinaryThresholdImageFilter<InternalImageType, RGBImageType>` expect an
RGB pixel value as argument, not just a single `unsigned short` value!

Issue found by locally (temporarily) declaring the converting
constructor `RGBPixel(const ComponentType &)` "explicit".
@github-actions github-actions bot added area:Registration Issues affecting the Registration module area:Segmentation Issues affecting the Segmentation module type:Testing Ensure that the purpose of a class is met/the results on a wide set of test cases are correct labels Feb 24, 2022
@N-Dekker N-Dekker marked this pull request as ready for review February 24, 2022 16:54
@hjmjohnson hjmjohnson merged commit c5ca654 into InsightSoftwareConsortium:master Feb 24, 2022
N-Dekker added a commit to N-Dekker/ITK that referenced this pull request Feb 27, 2022
Prevented implicit conversion of a value to `Point`. Aims to avoid
possible flaws, like the ones addressed by:

Pull request InsightSoftwareConsortium#3225
commit 5b71d63
"BUG: Quick-fix ContourSpatialObject::Update(), LINEAR_INTERPOLATION case"

Pull request InsightSoftwareConsortium#3228
commit 12a501c
"BUG: Fix `SetCenterInObjectSpace` calls in Registration test"

Pull request InsightSoftwareConsortium#3231
commit e4841aa
"STYLE: Clarify estimation ray position `RayCastInterpolateImageFunction`"

Deleted `Point(nullptr_t)`, especially to avoid `PointType p = 0`.
N-Dekker added a commit to N-Dekker/ITK that referenced this pull request Feb 28, 2022
Prevented implicit conversion of a value to `Point`. Aims to avoid
possible flaws, like the ones addressed by:

Pull request InsightSoftwareConsortium#3225
commit 5b71d63
"BUG: Quick-fix ContourSpatialObject::Update(), LINEAR_INTERPOLATION case"

Pull request InsightSoftwareConsortium#3228
commit 12a501c
"BUG: Fix `SetCenterInObjectSpace` calls in Registration test"

Pull request InsightSoftwareConsortium#3231
commit e4841aa
"STYLE: Clarify estimation ray position `RayCastInterpolateImageFunction`"

Deleted `Point(nullptr_t)`, especially to avoid `PointType p = 0`.
hjmjohnson pushed a commit that referenced this pull request Feb 28, 2022
Prevented implicit conversion of a value to `Point`. Aims to avoid
possible flaws, like the ones addressed by:

Pull request #3225
commit 5b71d63
"BUG: Quick-fix ContourSpatialObject::Update(), LINEAR_INTERPOLATION case"

Pull request #3228
commit 12a501c
"BUG: Fix `SetCenterInObjectSpace` calls in Registration test"

Pull request #3231
commit e4841aa
"STYLE: Clarify estimation ray position `RayCastInterpolateImageFunction`"

Deleted `Point(nullptr_t)`, especially to avoid `PointType p = 0`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:Registration Issues affecting the Registration module area:Segmentation Issues affecting the Segmentation module 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