(int c, int z, int t)
| 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() { |
no outgoing calls
no test coverage detected