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

Method getWidth

ij/src/main/java/ij/ImageStack.java:191–193  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

189 }
190
191 public int getWidth() {
192 return width;
193 }
194
195 public int getHeight() {
196 return height;

Callers 13

toStringMethod · 0.95
reduceStackMethod · 0.95
duplicateStackMethod · 0.95
runMethod · 0.95
zScaleHyperstackMethod · 0.95
resizeZMethod · 0.95
runMethod · 0.95
doHSRGBProjectionMethod · 0.95
addSliceMethod · 0.45
setProcessorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected