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

Method isProcessor

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

Source from the content-addressed store, hash-verified

1068 }
1069
1070 public boolean isProcessor() {
1071 return ip!=null;
1072 }
1073
1074 /** Returns a reference to the current ImageProcessor. If there
1075 is no ImageProcessor, it creates one. Returns null if this

Callers 3

setSliceMethod · 0.95
lineWidthMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected