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

Method setArray

ij/src/main/java/ij/macro/Variable.java:93–98  ·  view source on GitHub ↗
(Variable[] array)

Source from the content-addressed store, hash-verified

91 }
92
93 void setArray(Variable[] array) {
94 this.array = array;
95 value = 0.0;
96 str = null;
97 arraySize = 0;
98 }
99
100 void setArraySize(int size) {
101 if (array==null)

Callers 15

parseArgumentListMethod · 0.95
doArrayAssignmentMethod · 0.95
getArrayMethod · 0.95
getCoordinatesMethod · 0.95
getHistogramMethod · 0.95
getLutMethod · 0.95
getPlotValuesMethod · 0.95
getStatisticsMethod · 0.95
getStackStatisticsMethod · 0.95
doListMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected