Uses of Interface
net.imglib2.converter.readwrite.SamplerConverter
-
Packages that use SamplerConverter Package Description net.imglib2.converter net.imglib2.converter.readwrite -
-
Uses of SamplerConverter in net.imglib2.converter
Method parameters in net.imglib2.converter with type arguments of type SamplerConverter Modifier and Type Method Description static <A,B extends Type<B>>
WriteConvertedIterableInterval<A,B>Converters. convert(IterableInterval<A> source, java.util.function.Supplier<SamplerConverter<? super A,B>> converterSupplier)static <A,B extends Type<B>>
WriteConvertedRandomAccessible<A,B>Converters. convert(RandomAccessible<A> source, java.util.function.Supplier<SamplerConverter<? super A,B>> converterSupplier)static <A,B extends Type<B>>
WriteConvertedRandomAccessibleInterval<A,B>Converters. convert(RandomAccessibleInterval<A> source, java.util.function.Supplier<SamplerConverter<? super A,B>> converterSupplier)static <A,B extends Type<B>>
WriteConvertedRandomAccessibleInterval<A,B>Converters. convertRAI(RandomAccessibleInterval<A> source, java.util.function.Supplier<SamplerConverter<? super A,B>> converterSupplier)static <A,B extends Type<B>,S extends RandomAccessible<A> & IterableInterval<A>>
WriteConvertedIterableRandomAccessibleInterval<A,B,S>Converters. convertRandomAccessibleIterableInterval(S source, java.util.function.Supplier<SamplerConverter<? super A,B>> converterSupplier)Create anWriteConvertedIterableRandomAccessibleIntervalwhoseRandomAccessesandCursorsSampler.get()you a converted sample. -
Uses of SamplerConverter in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite that implement SamplerConverter Modifier and Type Class Description classARGBChannelSamplerConverterAccess the on channel of anARGBTypeas an UnsignedByteType.classCompositeARGBSamplerConverterclassRealDoubleSamplerConverter<R extends RealType<R>>TODOclassRealFloatSamplerConverter<R extends RealType<R>>TODOFields in net.imglib2.converter.readwrite declared as SamplerConverter Modifier and Type Field Description private SamplerConverter<? super A,B>WriteConvertedCursor. converterprivate SamplerConverter<? super A,B>WriteConvertedRandomAccess. converterprivate SamplerConverter<? super A,B>WriteConvertedRealCursor. converterFields in net.imglib2.converter.readwrite with type parameters of type SamplerConverter Modifier and Type Field Description private java.util.function.Supplier<SamplerConverter<? super A,B>>WriteConvertedCursor. converterSupplierprivate java.util.function.Supplier<SamplerConverter<? super A,B>>WriteConvertedIterableInterval. converterSupplierprivate java.util.function.Supplier<SamplerConverter<? super A,B>>WriteConvertedIterableRandomAccessibleInterval. converterSupplierprivate java.util.function.Supplier<SamplerConverter<? super A,B>>WriteConvertedIterableRealInterval. converterSupplierprivate java.util.function.Supplier<SamplerConverter<? super A,B>>WriteConvertedRandomAccess. converterSupplierprivate java.util.function.Supplier<SamplerConverter<? super A,B>>WriteConvertedRandomAccessible. converterSupplierprivate java.util.function.Supplier<SamplerConverter<? super A,B>>WriteConvertedRandomAccessibleInterval. converterSupplierprivate java.util.function.Supplier<SamplerConverter<? super A,B>>WriteConvertedRealCursor. converterSupplierMethod parameters in net.imglib2.converter.readwrite with type arguments of type SamplerConverter Modifier and Type Method Description static <A,B>
BTypeUtils. getConvertedType(A sourceType, java.util.function.Supplier<SamplerConverter<? super A,B>> converterSupplier)Constructors in net.imglib2.converter.readwrite with parameters of type SamplerConverter Constructor Description WriteConvertedCursor(Cursor<A> source, SamplerConverter<? super A,B> converter)WriteConvertedIterableInterval(IterableInterval<A> source, SamplerConverter<? super A,B> converter)WriteConvertedIterableRandomAccessibleInterval(S source, SamplerConverter<? super A,B> converter)WriteConvertedIterableRealInterval(IterableRealInterval<A> source, SamplerConverter<? super A,B> converter)WriteConvertedRandomAccess(RandomAccess<A> source, SamplerConverter<? super A,B> converter)WriteConvertedRandomAccessible(RandomAccessible<A> source, SamplerConverter<? super A,B> converter)WriteConvertedRandomAccessibleInterval(RandomAccessibleInterval<A> source, SamplerConverter<? super A,B> converter)WriteConvertedRealCursor(RealCursor<A> source, SamplerConverter<? super A,B> converter)Constructor parameters in net.imglib2.converter.readwrite with type arguments of type SamplerConverter Constructor Description WriteConvertedCursor(Cursor<A> source, java.util.function.Supplier<SamplerConverter<? super A,B>> converterSupplier)WriteConvertedIterableInterval(IterableInterval<A> source, java.util.function.Supplier<SamplerConverter<? super A,B>> converterSupplier)WriteConvertedIterableRandomAccessibleInterval(S source, java.util.function.Supplier<SamplerConverter<? super A,B>> converterSupplier)WriteConvertedIterableRealInterval(IterableRealInterval<A> source, java.util.function.Supplier<SamplerConverter<? super A,B>> converterSupplier)WriteConvertedRandomAccess(RandomAccess<A> source, java.util.function.Supplier<SamplerConverter<? super A,B>> converterSupplier)WriteConvertedRandomAccessible(RandomAccessible<A> source, java.util.function.Supplier<SamplerConverter<? super A,B>> converterSupplier)WriteConvertedRandomAccessibleInterval(RandomAccessibleInterval<A> source, java.util.function.Supplier<SamplerConverter<? super A,B>> converterSupplier)WriteConvertedRealCursor(RealCursor<A> source, java.util.function.Supplier<SamplerConverter<? super A,B>> converterSupplier)
-