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

Method setPosition

ij/src/main/java/ij/macro/Functions.java:5784–5789  ·  view source on GitHub ↗
(ImagePlus img)

Source from the content-addressed store, hash-verified

5782 }
5783
5784 void setPosition(ImagePlus img) {
5785 int channel = (int)getFirstArg();
5786 int slice = (int)getNextArg();
5787 int frame = (int)getLastArg();
5788 img.setPosition(channel, slice, frame);
5789 }
5790
5791 void setDimensions(ImagePlus img) {
5792 int c = (int)getFirstArg();

Callers 5

doStackMethod · 0.95
activateSelectionMethod · 0.45
overlaySetPositionMethod · 0.45
setRoiPositionMethod · 0.45
setRoiManagerPositionMethod · 0.45

Calls 3

getFirstArgMethod · 0.95
getNextArgMethod · 0.95
getLastArgMethod · 0.95

Tested by

no test coverage detected