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

Method xor

ij/src/main/java/ij/gui/Overlay.java:321–323  ·  view source on GitHub ↗
(int[] indexes)

Source from the content-addressed store, hash-verified

319 * in this overlay that have an index in the array ‘indexes’.
320 */
321 public Roi xor(int[] indexes) {
322 return Roi.xor(toArray(indexes));
323 }
324
325 /** Returns a new Overlay that has the same properties as this one. */
326 public Overlay create() {

Callers

nothing calls this directly

Calls 2

xorMethod · 0.95
toArrayMethod · 0.95

Tested by

no test coverage detected