First 3D slice of the window * * @return The first slice of the window. */
| 308 | * @return The first slice of the window. |
| 309 | */ |
| 310 | Window first_slice_window_3D() const |
| 311 | { |
| 312 | return first_slice_window<3>(); |
| 313 | }; |
| 314 | /** First 4D slice of the window |
| 315 | * |
| 316 | * @return The first slice of the window. |