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

Method size

ij/src/main/java/ij/ImageStack.java:246–248  ·  view source on GitHub ↗

Returns the number of slices in this stack.

()

Source from the content-addressed store, hash-verified

244
245 /** Returns the number of slices in this stack. */
246 public int size() {
247 return getSize();
248 }
249
250 public int getSize() {
251 return nSlices;

Callers 15

toStringMethod · 0.95
setBitDepthMethod · 0.95
duplicateMethod · 0.95
cropMethod · 0.95
convertToFloatMethod · 0.95
setZCoordinateMethod · 0.95
swapStackImagesMethod · 0.95
runMethod · 0.95
reduceStackMethod · 0.95
convertMethod · 0.95
runMethod · 0.95
stretchHistogramMethod · 0.95

Calls 1

getSizeMethod · 0.95

Tested by

no test coverage detected