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

Method setIgnoreFlush

ij/src/main/java/ij/ImagePlus.java:2624–2626  ·  view source on GitHub ↗
(boolean ignoreFlush)

Source from the content-addressed store, hash-verified

2622 }
2623
2624 public void setIgnoreFlush(boolean ignoreFlush) {
2625 this.ignoreFlush = ignoreFlush;
2626 }
2627
2628
2629 /** Returns a copy of this image or stack.

Callers 2

saveMethod · 0.95
runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected