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

Method run

ij/src/main/java/ij/plugin/filter/Analyzer.java:114–121  ·  view source on GitHub ↗
(ImageProcessor ip)

Source from the content-addressed store, hash-verified

112 }
113
114 public void run(ImageProcessor ip) {
115 measure();
116 Roi roi = imp.getRoi();
117 if (roi==null || roi.getType()!=Roi.POINT)
118 displayResults();
119 if ((measurements&ADD_TO_OVERLAY)!=0)
120 addRoiToOverlay();
121 }
122
123 private void addRoiToOverlay() {
124 Roi roi = imp.getRoi();

Callers

nothing calls this directly

Calls 5

measureMethod · 0.95
getTypeMethod · 0.95
displayResultsMethod · 0.95
addRoiToOverlayMethod · 0.95
getRoiMethod · 0.45

Tested by

no test coverage detected