Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ getType
Method
getType
ij/src/main/java/ij/macro/Functions.java:1053–1056 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1051
}
1052
1053
int
getType() {
1054
imageType = getImage().getType();
1055
return
imageType;
1056
}
1057
1058
void
setPixel() {
1059
interp.getLeftParen();
Callers
1
changeValues
Method · 0.95
Calls
2
getImage
Method · 0.95
getType
Method · 0.65
Tested by
no test coverage detected