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

Method getSize

ij/src/main/java/ij/VirtualStack.java:345–347  ·  view source on GitHub ↗

Returns the number of slices in this stack. Subclasses shold override this function.

()

Source from the content-addressed store, hash-verified

343
344 /** Returns the number of slices in this stack. Subclasses shold override this function. */
345 public int getSize() {
346 return nSlices;
347 }
348
349 /** Returns the label of the Nth image. */
350 public String getSliceLabel(int n) {

Callers 5

sizeMethod · 0.95
setSliceLabelMethod · 0.95
setSliceLabelsMethod · 0.95
translateMethod · 0.95
runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected