MCPcopy 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

changeValuesMethod · 0.95

Calls 2

getImageMethod · 0.95
getTypeMethod · 0.65

Tested by

no test coverage detected