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

Method getSlice

ij/src/main/java/ij/ImagePlus.java:1945–1947  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1943 }
1944
1945 public int getSlice() {
1946 return position[1];
1947 }
1948
1949 public int getFrame() {
1950 return position[2];

Callers 15

showMethod · 0.95
setDimensionsMethod · 0.95
getLocationAsStringMethod · 0.95
doStackMethod · 0.95
runMethod · 0.95
runMethod · 0.95
runMethod · 0.95
propagateMethod · 0.95
itemStateChangedMethod · 0.95
itemStateChangedMethod · 0.95
updateImageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected