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

Method setStackNull

ij/src/main/java/ij/ImagePlus.java:1014–1021  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1012 }
1013
1014 private synchronized void setStackNull() {
1015 if (oneSliceStack && stack!=null && stack.size()>0) {
1016 String label = stack.getSliceLabel(1);
1017 setProp("Slice_Label", label);
1018 }
1019 stack = null;
1020 oneSliceStack = false;
1021 }
1022
1023 /** Saves this image's FileInfo so it can be later
1024 retieved using getOriginalFileInfo(). */

Callers 4

setImageMethod · 0.95
setProcessorMethod · 0.95
killStackMethod · 0.95
flushMethod · 0.95

Calls 3

setPropMethod · 0.95
sizeMethod · 0.45
getSliceLabelMethod · 0.45

Tested by

no test coverage detected