Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ setString
Method
setString
ij/src/main/java/ij/macro/Variable.java:83–87 ·
view source on GitHub ↗
(String str)
Source
from the content-addressed store, hash-verified
81
}
82
83
void
setString(String str) {
84
this.str = str;
85
value = 0.0;
86
array = null;
87
}
88
89
Variable[] getArray() {
90
return
array;
Callers
15
parseArgumentList
Method · 0.95
doUserFunctionAssignment
Method · 0.95
doStringAssignment
Method · 0.95
newArray
Method · 0.95
getVoxelSize
Method · 0.95
getPixelSize
Method · 0.95
getStackUnits
Method · 0.95
getActiveChannels
Method · 0.95
getDisplayMode
Method · 0.95
getEquation
Method · 0.95
concatArray
Method · 0.95
convertOutputType
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected