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

Method setSliceWithoutUpdate

ij/src/main/java/ij/ImagePlus.java:2142–2146  ·  view source on GitHub ↗

Displays the specified stack image ({@literal 1<=n<=stackSize}) without updating the display.

(int n)

Source from the content-addressed store, hash-verified

2140 /** Displays the specified stack image ({@literal 1<=n<=stackSize})
2141 without updating the display. */
2142 public void setSliceWithoutUpdate(int n) {
2143 noUpdateMode = true;
2144 setSlice(n);
2145 noUpdateMode = false;
2146 }
2147
2148 /** Returns the current selection, or null if there is no selection. */
2149 public Roi getRoi() {

Callers 7

multiMeasureMethod · 0.95
runMethod · 0.80
writeImageMethod · 0.80
evaluateStackForRadiiMethod · 0.80
processStackMethod · 0.80
getHeaderForSliceMethod · 0.80
createCommonRegionMethod · 0.80

Calls 1

setSliceMethod · 0.95

Tested by

no test coverage detected