Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENH: Declare converting
Point(v)
constructors explicit
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`.
- Loading branch information