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

Method size

ij/src/main/java/ij/VirtualStack.java:340–342  ·  view source on GitHub ↗

Returns the number of slices in this stack.

()

Source from the content-addressed store, hash-verified

338
339 /** Returns the number of slices in this stack. */
340 public int size() {
341 return getSize();
342 }
343
344 /** Returns the number of slices in this stack. Subclasses shold override this function. */
345 public int getSize() {

Callers 3

deleteLastSliceMethod · 0.95
sortDicomMethod · 0.95
openAsSeparateImagesMethod · 0.95

Calls 1

getSizeMethod · 0.95

Tested by

no test coverage detected