@@ -213,6 +213,7 @@ public static void forEachOffset(
213
213
* Get all blocks of size {@code blockSize} contained within an interval
214
214
* specified by {@code dimensions} and their positions within a cell grid.
215
215
*
216
+ * @implNote op name='collectAllContainedIntervalsWithGridPositions', type='java.util.function.BiFunction'
216
217
* @param dimensions
217
218
* @param blockSize
218
219
* @return list of blocks as specified by {@link Interval} and the position
@@ -229,6 +230,7 @@ public static List< Pair< Interval, long[] > > collectAllContainedIntervalsWithG
229
230
* specified by {@code min}, {@code max} and their positions within a cell
230
231
* grid.
231
232
*
233
+ * @implNote op name='collectAllContainedIntervalsWithGridPositions', type='org.scijava.function.Functions.Arity3'
232
234
* @param min
233
235
* @param max
234
236
* @param blockSize
@@ -245,6 +247,7 @@ public static List< Pair< Interval, long[] > > collectAllContainedIntervalsWithG
245
247
* Get all blocks of size {@code blockSize} contained within an interval
246
248
* specified by {@code dimensions} and their positions within a cell grid.
247
249
*
250
+ * @implNote op name='collectAllContainedIntervals', type='java.util.function.BiFunction'
248
251
* @param dimensions
249
252
* @param blockSize
250
253
* @return list of blocks as specified by {@link Interval}
@@ -260,6 +263,7 @@ public static List< Interval > collectAllContainedIntervals( final long[] dimens
260
263
* specified by {@code min}, {@code max} and their positions within a cell
261
264
* grid.
262
265
*
266
+ * @implNote op name='collectAllContainedIntervals', type='org.scijava.function.Functions.Arity3'
263
267
* @param min
264
268
* @param max
265
269
* @param blockSize
@@ -275,6 +279,7 @@ public static List< Interval > collectAllContainedIntervals( final long[] min, f
275
279
* Get all blocks of size {@code blockSize} contained within an interval
276
280
* specified by {@code dimensions}.
277
281
*
282
+ * @implNote op name='collectAllOffsets', type='java.util.function.BiFunction'
278
283
* @param dimensions
279
284
* @param blockSize
280
285
* @return list of blocks defined by minimum
@@ -289,6 +294,7 @@ public static List< long[] > collectAllOffsets( final long[] dimensions, final i
289
294
* Get all blocks of size {@code blockSize} contained within an interval
290
295
* specified by {@code dimensions}.
291
296
*
297
+ * @implNote op name='collectAllOffsets', type='org.scijava.function.Functions.Arity3'
292
298
* @param dimensions
293
299
* @param blockSize
294
300
* @param func
@@ -306,6 +312,7 @@ public static < T > List< T > collectAllOffsets( final long[] dimensions, final
306
312
* Get all blocks of size {@code blockSize} contained within an interval
307
313
* specified by {@code min} and {@code max}.
308
314
*
315
+ * @implNote op name='collectAllOffsets', type='org.scijava.function.Functions.Arity3'
309
316
* @param min
310
317
* @param max
311
318
* @param blockSize
@@ -321,6 +328,7 @@ public static List< long[] > collectAllOffsets( final long[] min, final long[] m
321
328
* Get all blocks of size {@code blockSize} contained within an interval
322
329
* specified by {@code min} and {@code max}.
323
330
*
331
+ * @implNote op name='collectAllOffsets', type='org.scijava.function.Functions.Arity4'
324
332
* @param min
325
333
* @param max
326
334
* @param blockSize
@@ -466,6 +474,7 @@ public static Function< long[], Pair< Interval, long[] > > croppedIntervalAndGri
466
474
* into a {@link Pair} of {@link Interval} and {@link long[]} that specify
467
475
* the block and its position in grid coordinates.
468
476
*
477
+ * @implNote op name='croppedIntervalAndGridPosition', type='org.scijava.function.Functions.Arity3'
469
478
* @param min
470
479
* minimum of the grid
471
480
* @param max
0 commit comments