Uses of Class
net.imglib2.loops.IterableLoopBuilder
Packages that use IterableLoopBuilder
-
Uses of IterableLoopBuilder in net.imglib2.loops
Methods in net.imglib2.loops that return IterableLoopBuilderModifier and TypeMethodDescriptionIterableLoopBuilder.multithreaded()This will cause the loop to be executed in a multi threaded fashion.IterableLoopBuilder.multithreaded(TaskExecutor taskExecutor) This will cause the loop to be executed in a multi threaded fashion.static <A> IterableLoopBuilder<Consumer<A>> IterableLoopBuilder.setImages(IterableInterval<A> a) Set the image to loop over.static <A,B> IterableLoopBuilder <BiConsumer<A, B>> IterableLoopBuilder.setImages(IterableInterval<A> a, RandomAccessible<B> b) Sets the images to loop over.static <A,B, C> IterableLoopBuilder <LoopBuilder.TriConsumer<A, B, C>> IterableLoopBuilder.setImages(IterableInterval<A> a, RandomAccessible<B> b, RandomAccessible<C> c) Sets the images to loop over.