First 1D slice of the window * * @return The first slice of the window. */
| 292 | * @return The first slice of the window. |
| 293 | */ |
| 294 | Window first_slice_window_1D() const |
| 295 | { |
| 296 | return first_slice_window<1>(); |
| 297 | }; |
| 298 | /** First 2D slice of the window |
| 299 | * |
| 300 | * @return The first slice of the window. |