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

Method setAllPoints

ij/src/main/java/ij/gui/Wand.java:344–346  ·  view source on GitHub ↗

Set 'true' and output will contain intermediate points for straight lines longer than one pixel.

(boolean b)

Source from the content-addressed store, hash-verified

342
343 /** Set 'true' and output will contain intermediate points for straight lines longer than one pixel. */
344 public static void setAllPoints(boolean b) {
345 allPoints = b;
346 }
347
348 /** Returns 'true' if output contains intermediate points for straight lines longer than one pixel. */
349 public static boolean allPoints() {

Callers 1

setOptionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected