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

Method updatePosition

ij/src/main/java/ij/ImagePlus.java:3317–3321  ·  view source on GitHub ↗
(int c, int z, int t)

Source from the content-addressed store, hash-verified

3315 }
3316
3317 public void updatePosition(int c, int z, int t) {
3318 position[0] = c;
3319 position[1] = z;
3320 position[2] = t;
3321 }
3322
3323 /** Returns a "flattened" version of this image, or stack slice, in RGB format. */
3324 public ImagePlus flatten() {

Callers 4

setCurrentSliceMethod · 0.95
setPositionMethod · 0.95
runMethod · 0.80
setPositionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected