Returns the current hyperstack channel position.
()
| 2009 | |
| 2010 | /** Returns the current hyperstack channel position. */ |
| 2011 | public int getC() { |
| 2012 | return position[0]; |
| 2013 | } |
| 2014 | |
| 2015 | /** Returns the current hyperstack slice position. */ |
| 2016 | public int getZ() { |
no outgoing calls
no test coverage detected