Slide the passed 3D window slice. * * If slice contains the last slice then it will remain unchanged and false will be returned. * * @param[in,out] slice Current slice, to be updated to the next slice. * * @return true if slice contains a new slice, false if slice already contained the last slice */
| 352 | * @return true if slice contains a new slice, false if slice already contained the last slice |
| 353 | */ |
| 354 | bool slide_window_slice_3D(Window &slice) const |
| 355 | { |
| 356 | return slide_window_slice<3>(slice); |
| 357 | } |
| 358 | /** Slide the passed 4D window slice. |
| 359 | * |
| 360 | * If slice contains the last slice then it will remain unchanged and false will be returned. |