Returns 'true' if this image has more than three dimensions.
()
| 1403 | * than three dimensions. |
| 1404 | */ |
| 1405 | public boolean isHyperStack() { |
| 1406 | return getNDimensions()>3; |
| 1407 | } |
| 1408 | |
| 1409 | /** Returns the number of dimensions (2, 3, 4 or 5). */ |
| 1410 | public int getNDimensions() { |
no test coverage detected