MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / getC

Method getC

ij/src/main/java/ij/ImagePlus.java:2011–2013  ·  view source on GitHub ↗

Returns the current hyperstack channel position.

()

Source from the content-addressed store, hash-verified

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() {

Callers 11

setPositionMethod · 0.95
setZMethod · 0.95
setTMethod · 0.95
setSliceMethod · 0.95
drawBarAsOverlayMethod · 0.80
getHyperstackProfileMethod · 0.80
cropMethod · 0.80
duplicateHyperstackMethod · 0.80
runMethod · 0.80
restoreMethod · 0.80
showCompositeAdvisoryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected