First 2D slice of the window * * @return The first slice of the window. */
| 300 | * @return The first slice of the window. |
| 301 | */ |
| 302 | Window first_slice_window_2D() const |
| 303 | { |
| 304 | return first_slice_window<2>(); |
| 305 | }; |
| 306 | /** First 3D slice of the window |
| 307 | * |
| 308 | * @return The first slice of the window. |