First 4D slice of the window * * @return The first slice of the window. */
| 316 | * @return The first slice of the window. |
| 317 | */ |
| 318 | Window first_slice_window_4D() const |
| 319 | { |
| 320 | return first_slice_window<4>(); |
| 321 | }; |
| 322 | /** Slide the passed 1D window slice. |
| 323 | * |
| 324 | * If slice contains the last slice then it will remain unchanged and false will be returned. |