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

Method getSize

ij/src/main/java/ij/ImageStack.java:250–252  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

248 }
249
250 public int getSize() {
251 return nSlices;
252 }
253
254 /** Returns the slice labels as an array of Strings. Note
255 that the size of the returned array may be greater than

Callers 15

flattenStackMethod · 0.95
CompositeImageMethod · 0.95
resetDisplayRangesMethod · 0.95
deleteLastSliceMethod · 0.95
sizeMethod · 0.95
isRGBMethod · 0.95
isHSBMethod · 0.95
isHSB32Method · 0.95
isLabMethod · 0.95
duplicateStackMethod · 0.95
insertMethod · 0.95
processVirtualStackMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected