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

Method addFunctions

ij/src/main/java/ij/macro/Program.java:60–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58 }
59
60 void addFunctions() {
61 for (int i=0; i<functions.length; i++)
62 addSymbol(new Symbol(functionIDs[i], functions[i]));
63 }
64
65 void addNumericFunctions() {
66 for (int i=0; i<numericFunctions.length; i++)

Callers 1

ProgramMethod · 0.95

Calls 1

addSymbolMethod · 0.95

Tested by

no test coverage detected