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

Method toString

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

Source from the content-addressed store, hash-verified

400 }
401
402 public String toString() {
403 String v = isVirtual()?"(V)":"";
404 return ("stack["+getWidth()+"x"+getHeight()+"x"+size()+v+"]");
405 }
406
407 /** Returns, as a double, the value of the specified voxel.
408 * Throws an IndexOutOfBoundsException if x, y or z are

Callers

nothing calls this directly

Calls 4

isVirtualMethod · 0.95
getWidthMethod · 0.95
getHeightMethod · 0.95
sizeMethod · 0.95

Tested by

no test coverage detected