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

Method init

ij/src/main/java/ij/ImageStack.java:130–135  ·  view source on GitHub ↗
(int width, int height)

Source from the content-addressed store, hash-verified

128 }
129
130 private void init(int width, int height) {
131 this.width = width;
132 this.height = height;
133 stack = new Object[INITIAL_SIZE];
134 label = new String[INITIAL_SIZE];
135 }
136
137 private ImageProcessor convertType(ImageProcessor ip) {
138 int newBitDepth = ip.getBitDepth();

Callers 2

addSliceMethod · 0.95
createMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected