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

Method setOpenAsHyperStack

ij/src/main/java/ij/ImagePlus.java:3211–3213  ·  view source on GitHub ↗
(boolean openAsHyperStack)

Source from the content-addressed store, hash-verified

3209 }
3210
3211 public void setOpenAsHyperStack(boolean openAsHyperStack) {
3212 this.openAsHyperStack = openAsHyperStack;
3213 }
3214
3215 public boolean getOpenAsHyperStack() {
3216 return openAsHyperStack;

Callers 15

setImageMethod · 0.95
setStackMethod · 0.95
setDimensionsMethod · 0.95
createHyperStackMethod · 0.95
createImageMethod · 0.95
createHyperStackMethod · 0.95
runMethod · 0.95
mergeHyperstacksMethod · 0.95
duplicateStackMethod · 0.95
zScaleMethod · 0.95
openMethod · 0.95
runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected