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

Method getImage

ij/src/main/java/ij/macro/Functions.java:1023–1030  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1021 }
1022
1023 ImagePlus getImage() {
1024 ImagePlus imp = IJ.getImage(interp);
1025 if (imp.getWindow()==null && IJ.getInstance()!=null && !interp.isBatchMode() && WindowManager.getTempCurrentImage()==null)
1026 throw new RuntimeException(Macro.MACRO_CANCELED);
1027 defaultIP = null;
1028 defaultImp = imp;
1029 return imp;
1030 }
1031
1032 void resetImage() {
1033 defaultImp = null;

Callers 15

doFunctionMethod · 0.95
getFunctionValueMethod · 0.95
getStringFunctionMethod · 0.95
setLineWidthMethod · 0.95
setColorMethod · 0.95
makeLineMethod · 0.95
makeArrowMethod · 0.95
makeOvalMethod · 0.95
makeRectangleMethod · 0.95
makeRotatedRectangleMethod · 0.95
getProcessorMethod · 0.95
getTypeMethod · 0.95

Calls 5

getImageMethod · 0.95
getWindowMethod · 0.95
getInstanceMethod · 0.95
getTempCurrentImageMethod · 0.95
isBatchModeMethod · 0.80

Tested by

no test coverage detected