Returns the current hyperstack slice position.
()
| 2014 | |
| 2015 | /** Returns the current hyperstack slice position. */ |
| 2016 | public int getZ() { |
| 2017 | return position[1]; |
| 2018 | } |
| 2019 | |
| 2020 | /** Returns the current hyperstack frame position. */ |
| 2021 | public int getT() { |
no outgoing calls
no test coverage detected