Uses of Interface
net.imglib2.loops.LoopBuilder.FiveConsumer
Packages that use LoopBuilder.FiveConsumer
-
Uses of LoopBuilder.FiveConsumer in net.imglib2.loops
Fields in net.imglib2.loops declared as LoopBuilder.FiveConsumerModifier and TypeFieldDescriptionBindActionToSamplers.FiveConsumerRunnable.actionFastCursorLoops.FiveCursorLoop.actionMethods in net.imglib2.loops that return types with arguments of type LoopBuilder.FiveConsumerModifier and TypeMethodDescriptionstatic <A,B, C, D, E>
LoopBuilder<LoopBuilder.FiveConsumer<A, B, C, D, E>> LoopBuilder.setImages(RandomAccessibleInterval<A> a, RandomAccessibleInterval<B> b, RandomAccessibleInterval<C> c, RandomAccessibleInterval<D> d, RandomAccessibleInterval<E> e) Constructors in net.imglib2.loops with parameters of type LoopBuilder.FiveConsumerModifierConstructorDescriptionFiveConsumerRunnable(LoopBuilder.FiveConsumer<A, B, C, D, E> action, Sampler<A> samplerA, Sampler<B> samplerB, Sampler<C> samplerC, Sampler<D> samplerD, Sampler<E> samplerE) FiveCursorLoop(LoopBuilder.FiveConsumer<A, B, C, D, E> action, Cursor<A> cursorA, Cursor<B> cursorB, Cursor<C> cursorC, Cursor<D> cursorD, Cursor<E> cursorE)