Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
flattenStack
Method · 0.95
CompositeImage
Method · 0.95
resetDisplayRanges
Method · 0.95
deleteLastSlice
Method · 0.95
size
Method · 0.95
isRGB
Method · 0.95
isHSB
Method · 0.95
isHSB32
Method · 0.95
isLab
Method · 0.95
duplicateStack
Method · 0.95
insert
Method · 0.95
processVirtualStack
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected