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

Method fillArray

ij/src/main/java/ij/macro/Functions.java:6659–6666  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6657 }
6658
6659 Variable[] fillArray() {
6660 interp.getLeftParen();
6661 Variable[] a = getArray();
6662 double v = getLastArg();
6663 for (int i=0; i<a.length; i++)
6664 a[i].setValue(v);
6665 return a;
6666 }
6667
6668 Variable[] resampleArray() {
6669 interp.getLeftParen();

Callers 1

doArrayMethod · 0.95

Calls 4

getArrayMethod · 0.95
getLastArgMethod · 0.95
getLeftParenMethod · 0.80
setValueMethod · 0.45

Tested by

no test coverage detected