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

Method isVirtual

ij/src/main/java/ij/ImageStack.java:389–391  ·  view source on GitHub ↗

Returns true if this is a virtual (disk resident) stack. This method is overridden by the VirtualStack subclass.

()

Source from the content-addressed store, hash-verified

387 /** Returns true if this is a virtual (disk resident) stack.
388 This method is overridden by the VirtualStack subclass. */
389 public boolean isVirtual() {
390 return false;
391 }
392
393 /** Frees memory by deleting a few slices from the end of the stack. */
394 public void trim() {

Callers 15

updateVirtualSliceMethod · 0.95
toStringMethod · 0.95
reduceStackMethod · 0.95
reduceHyperstackMethod · 0.95
getInfoMethod · 0.95
getHyperstackProfileMethod · 0.95
getZAxisProfileMethod · 0.95
convertMethod · 0.95
runMethod · 0.95
runMethod · 0.95
stackListMethod · 0.95
stackRangeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected