Returns the current hyperstack frame position.
()
| 2019 | |
| 2020 | /** Returns the current hyperstack frame position. */ |
| 2021 | public int getT() { |
| 2022 | return position[2]; |
| 2023 | } |
| 2024 | |
| 2025 | /** Returns that stack index (one-based) corresponding to the specified position. */ |
| 2026 | public int getStackIndex(int channel, int slice, int frame) { |
no outgoing calls
no test coverage detected