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

Method reset

ij/src/main/java/ij/plugin/filter/Analyzer.java:306–313  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

304 */
305
306 boolean reset() {
307 boolean ok = true;
308 if (rt.size()>0 && !disableReset)
309 ok = resetCounter();
310 if (ok && rt.getColumnHeading(ResultsTable.LAST_HEADING)==null)
311 rt.setDefaultHeadings();
312 return ok;
313 }
314
315 /** Returns <code>true</code> if an image is selected in the "Redirect To:"
316 popup menu of the Analyze/Set Measurements dialog box. */

Callers 5

measureMethod · 0.95
measurePointMethod · 0.95
measureAngleMethod · 0.95
measureLengthMethod · 0.95
saveResultsMethod · 0.95

Calls 4

resetCounterMethod · 0.95
getColumnHeadingMethod · 0.80
sizeMethod · 0.45
setDefaultHeadingsMethod · 0.45

Tested by

no test coverage detected