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

Method killStack

ij/src/main/java/ij/ImagePlus.java:1953–1956  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1951 }
1952
1953 public void killStack() {
1954 setStackNull();
1955 trimProcessor();
1956 }
1957
1958 /** Sets the current hyperstack position and updates the display,
1959 where 'channel', 'slice' and 'frame' are one-based indexes. */

Callers 3

convertRGBStackToRGBMethod · 0.80
convertHSBToRGBMethod · 0.80
convertHSB32ToRGBMethod · 0.80

Calls 2

setStackNullMethod · 0.95
trimProcessorMethod · 0.95

Tested by

no test coverage detected