Uses of Interface
net.imglib2.loops.LoopBuilder.Chunk
Packages that use LoopBuilder.Chunk
-
Uses of LoopBuilder.Chunk in net.imglib2.loops
Classes in net.imglib2.loops that implement LoopBuilder.ChunkMethod parameters in net.imglib2.loops with type arguments of type LoopBuilder.ChunkModifier and TypeMethodDescription<R> List<R> IterableLoopBuilder.forEachChunk(Function<LoopBuilder.Chunk<T>, R> chunkAction) <R> List<R> LoopBuilder.forEachChunk(Function<LoopBuilder.Chunk<T>, R> action) This method is similar toLoopBuilder.forEachPixel(T)but more flexible when multi threading is used.(package private) static <T,R> R LoopBuilder.runOnChunkUsingCursors(List<IterableInterval<?>> iterableIntervals, Function<LoopBuilder.Chunk<T>, R> chunkAction, long offset, long numElements) (package private) static <T,R> R LoopBuilder.runOnChunkUsingRandomAccesses(RandomAccessibleInterval[] images, Function<LoopBuilder.Chunk<T>, R> chunkAction, Interval subInterval) private <R> List<R> LoopBuilder.runUsingCursors(List<IterableInterval<?>> iterableIntervals, Function<LoopBuilder.Chunk<T>, R> chunkAction) private <R> List<R> LoopBuilder.runUsingRandomAccesses(Function<LoopBuilder.Chunk<T>, R> chunkAction)