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

Method getZPosition

ij/src/main/java/ij/gui/Roi.java:2303–2305  ·  view source on GitHub ↗

Returns the slice position of this ROI, or zero if this ROI is not associated with a particular slice.

()

Source from the content-addressed store, hash-verified

2301 * if this ROI is not associated with a particular slice.
2302 */
2303 public final int getZPosition() {
2304 return slice==0&&!hasHyperStackPosition() ? getPosition() : slice;
2305 }
2306
2307 /** Returns the frame position of this ROI, or zero
2308 * if this ROI is not associated with a particular frame.

Callers 15

flattenImageMethod · 0.95
activateSelectionMethod · 0.95
runMethod · 0.95
restoreMethod · 0.95
setPropertiesMethod · 0.95
removePositionsMethod · 0.95
selectPositionMethod · 0.95
cropMethod · 0.95
drawOverlayMethod · 0.95
activateOverlayRoiMethod · 0.95
getPositionAsStringMethod · 0.95

Calls 2

hasHyperStackPositionMethod · 0.95
getPositionMethod · 0.95

Tested by

no test coverage detected