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

Method VirtualStack

ij/src/main/java/ij/VirtualStack.java:37–37  ·  view source on GitHub ↗

Default constructor.

()

Source from the content-addressed store, hash-verified

35
36 /** Default constructor. */
37 public VirtualStack() { }
38
39 public VirtualStack(int width, int height) {
40 super(width, height);

Callers

nothing calls this directly

Calls 2

addSeparatorMethod · 0.95
containsMethod · 0.45

Tested by

no test coverage detected