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

Method getImageArray

ij/src/main/java/ij/ImageStack.java:241–243  ·  view source on GitHub ↗

Returns the stack as an array of 1D pixel arrays. Note that the size of the returned array may be greater than the number of slices currently in the stack, with unused elements set to null.

()

Source from the content-addressed store, hash-verified

239 the number of slices currently in the stack, with
240 unused elements set to null. */
241 public Object[] getImageArray() {
242 return stack;
243 }
244
245 /** Returns the number of slices in this stack. */
246 public int size() {

Callers 5

shuffleMethod · 0.95
doProjectionsMethod · 0.95
setStackMethod · 0.45
getFileInfoMethod · 0.45
flushMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected