()
| 400 | } |
| 401 | |
| 402 | public String toString() { |
| 403 | String v = isVirtual()?"(V)":""; |
| 404 | return ("stack["+getWidth()+"x"+getHeight()+"x"+size()+v+"]"); |
| 405 | } |
| 406 | |
| 407 | /** Returns, as a double, the value of the specified voxel. |
| 408 | * Throws an IndexOutOfBoundsException if x, y or z are |