Returns the stack as an array of 1D pixel arrays. Note that the size of the returned array may be greater than the number of slices currently in the stack, with unused elements set to null.
()
| 239 | the number of slices currently in the stack, with |
| 240 | unused elements set to null. */ |
| 241 | public Object[] getImageArray() { |
| 242 | return stack; |
| 243 | } |
| 244 | |
| 245 | /** Returns the number of slices in this stack. */ |
| 246 | public int size() { |
no outgoing calls
no test coverage detected