Package net.imglib2.loops
package net.imglib2.loops
-
ClassDescriptionPackage-private utility class that's used by
LoopBuilder.BindActionToSamplers.FiveConsumerRunnable<A,B, C, D, E> BindActionToSamplers.SixConsumerRunnable<A,B, C, D, E, F> ClassCopier<T>ClassCopierhelps copying a class.Helper to create multiple copies of a class.A package-private utility class that's used byLoopBuilder.FastCursorLoops.FiveCursorLoop<A,B, C, D, E> FastCursorLoops.FourCursorLoop<A,B, C, D> FastCursorLoops.SixCursorLoop<A,B, C, D, E, F> This class aims to avoid performance problems of the Java just in time compilation when running a loop that executes an action on aCursorand multipleRandomAccesses.Similar toLoopBuilder, but expects the first image to be anIterableIntervaland the other images to beRandomAccessible.LoopBuilder<T>LoopBuilderprovides an easy way to write fast loops onRandomAccessibleIntervals.LoopBuilder.FiveConsumer<A,B, C, D, E> LoopBuilder.FourConsumer<A,B, C, D> LoopBuilder.SixConsumer<A,B, C, D, E, F> LoopBuilder.TriConsumer<A,B, C> LoopUtilscontains methods to simplify writing a loop over an image line or image interval.Helper for the implementation ofLoopBuilder.