Method
createRange3D
(int _globalWidth, int _globalHeight, int _globalDepth)
Source from the content-addressed store, hash-verified
| 151 | } |
| 152 | |
| 153 | public Range createRange3D(int _globalWidth, int _globalHeight, int _globalDepth) { |
| 154 | return (Range.create3D(this, _globalWidth, _globalHeight, _globalDepth)); |
| 155 | } |
| 156 | |
| 157 | public Range createRange3D(int _globalWidth, int _globalHeight, int _globalDepth, int _localWidth, int _localHeight, |
| 158 | int _localDepth) { |
Callers
nothing calls this directly
Tested by
no test coverage detected