Uses of Interface
net.imglib2.RealLocalizableSampler
Packages that use RealLocalizableSampler
-
Uses of RealLocalizableSampler in net.imglib2
Subinterfaces of RealLocalizableSampler in net.imglib2Modifier and TypeInterfaceDescriptioninterfaceCombination ofLocalizableandSamplerinterfaces.Methods in net.imglib2 that return RealLocalizableSampler -
Uses of RealLocalizableSampler in net.imglib2.stream
Classes in net.imglib2.stream that implement RealLocalizableSamplerModifier and TypeClassDescription(package private) classWrapsLocalizableSpliteratorasSpliterator<LocalizableSampler<T>>.(package private) classWrapsRealLocalizableSpliteratorasSpliterator<RealLocalizableSampler<T>>.Classes in net.imglib2.stream that implement interfaces with type arguments of type RealLocalizableSamplerModifier and TypeClassDescription(package private) classWrapsRealLocalizableSpliteratorasSpliterator<RealLocalizableSampler<T>>.Methods in net.imglib2.stream that return types with arguments of type RealLocalizableSamplerModifier and TypeMethodDescriptionstatic <T> Stream<RealLocalizableSampler<T>> Streams.localizable(IterableRealInterval<T> interval) Create a sequentialStreamof the elements (value and location) of the giveninterval.static <T> Stream<RealLocalizableSampler<T>> Streams.localizing(IterableRealInterval<T> interval) Create a sequentialStreamof the elements (value and location) of the giveninterval.RealLocalizableSamplerWrapper.trySplit()Method parameters in net.imglib2.stream with type arguments of type RealLocalizableSamplerModifier and TypeMethodDescriptionvoidRealLocalizableSamplerWrapper.forEachRemaining(Consumer<? super RealLocalizableSampler<T>> action) booleanRealLocalizableSamplerWrapper.tryAdvance(Consumer<? super RealLocalizableSampler<T>> action)