Commit 20b0e6d
BUG: ImageIORegion::IsInside should return false for a zero-sized region
This commit ensures that `ImageIORegion::IsInside` returns false whenever its
argument is an `ImageIORegion` that contains no pixels at all.
Following the adjustment of `itk::ImageRegion::IsInside(const Self &)` from
pull request #3110
commit 1295d23
"BUG: `region.IsInside(zeroSizedRegion)` should always return false",
which was included with ITK v5.3rc04
See also "What bool value should `imageRegion.IsInside(zeroSizedRegion)` return?"
at https://discourse.itk.org/t/what-bool-value-should-imageregion-isinside-zerosizedregion-return/47341 parent 9550497 commit 20b0e6d
2 files changed
Lines changed: 34 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
194 | 198 | | |
195 | | - | |
| 199 | + | |
196 | 200 | | |
197 | | - | |
198 | | - | |
199 | | - | |
| 201 | + | |
200 | 202 | | |
201 | 203 | | |
202 | 204 | | |
203 | | - | |
204 | | - | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
205 | 208 | | |
206 | 209 | | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
212 | 215 | | |
213 | 216 | | |
214 | 217 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
0 commit comments