()
| 1951 | } |
| 1952 | |
| 1953 | public void killStack() { |
| 1954 | setStackNull(); |
| 1955 | trimProcessor(); |
| 1956 | } |
| 1957 | |
| 1958 | /** Sets the current hyperstack position and updates the display, |
| 1959 | where 'channel', 'slice' and 'frame' are one-based indexes. */ |
no test coverage detected