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

Method getFirstArray

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

Source from the content-addressed store, hash-verified

692 }
693
694 final double[] getFirstArray() {
695 interp.getLeftParen();
696 return getNumericArray();
697 }
698
699 final double[] getNextArray() {
700 interp.getComma();

Callers 4

setLutMethod · 0.95
drawPlotVectorsMethod · 0.95
doOverlayMethod · 0.95
setSplineAnchorsMethod · 0.95

Calls 2

getNumericArrayMethod · 0.95
getLeftParenMethod · 0.80

Tested by

no test coverage detected