Uses of Interface
net.imglib2.converter.Converter
-
-
Uses of Converter in net.imglib2.blocks
Fields in net.imglib2.blocks declared as Converter Modifier and Type Field Description private Converter<UnsignedByteType,FloatType>ConvertImpl.Convert_UnsignedByteType_FloatType. converterprivate Converter<UnsignedShortType,FloatType>ConvertImpl.Convert_UnsignedShortType_FloatType. converterprivate Converter<A,B>ConvertImpl.ConvertGeneric. converterFields in net.imglib2.blocks with type parameters of type Converter Modifier and Type Field Description private java.util.function.Supplier<Converter<UnsignedByteType,FloatType>>ConvertImpl.Convert_UnsignedByteType_FloatType. converterSupplierprivate java.util.function.Supplier<Converter<UnsignedShortType,FloatType>>ConvertImpl.Convert_UnsignedShortType_FloatType. converterSupplierprivate java.util.function.Supplier<Converter<A,B>>ConvertImpl.ConvertGeneric. converterSupplierprivate java.util.function.Supplier<? extends Converter<?,?>>ViewAnalyzer.AccumulateConverters. converterSupplierprivate java.util.function.Supplier<? extends Converter<?,?>>ViewAnalyzer. converterSupplierSupplies Converter from root type to view type.private java.util.function.Supplier<Converter<? super A,? super B>>ViewNode.ConverterViewNode. converterSupplierprivate java.util.function.Supplier<Converter<R,T>>ViewProperties. converterSupplierMethods in net.imglib2.blocks that return types with arguments of type Converter Modifier and Type Method Description private static java.util.function.Supplier<? extends Converter<?,?>>ViewAnalyzer. accumulateConverters(java.util.List<ViewNode.ConverterViewNode<?,?>> nodes)java.util.function.Supplier<Converter<? super A,? super B>>ViewNode.ConverterViewNode. getConverterSupplier()java.util.function.Supplier<Converter<R,T>>ViewProperties. getConverterSupplier()Method parameters in net.imglib2.blocks with type arguments of type Converter Modifier and Type Method Description static <A extends NativeType<A>,B extends NativeType<B>>
ConvertConvert. create(A srcType, B destType, java.util.function.Supplier<Converter<A,B>> converterSupplier)Constructor parameters in net.imglib2.blocks with type arguments of type Converter Constructor Description Convert_UnsignedByteType_FloatType(java.util.function.Supplier<Converter<UnsignedByteType,FloatType>> converterSupplier)Convert_UnsignedShortType_FloatType(java.util.function.Supplier<Converter<UnsignedShortType,FloatType>> converterSupplier)ConvertGeneric(A srcType, B destType, java.util.function.Supplier<Converter<A,B>> converterSupplier)ViewProperties(T viewType, NativeImg<R,?> root, R rootType, Extension extension, MixedTransform transform, MixedTransform permuteInvertTransform, java.util.function.Supplier<? extends Converter<?,?>> converterSupplier)CreateViewProperties. -
Uses of Converter in net.imglib2.converter
Fields in net.imglib2.converter with type parameters of type Converter Modifier and Type Field Description static java.util.ArrayList<Converter<UnsignedByteType,ARGBType>>ChannelARGBConverter. converterListRGBAChannelARGBConverter.converterListRGBAcan be used inCompositeXYProjectorto convert a 4-channelUnsignedByteTypeinto compositeARGBType.private ClassCopyProvider<Converter>RealTypeConverterInternals.ConverterFactory. providerMethods in net.imglib2.converter that return Converter Modifier and Type Method Description ConverterRealTypeConverterInternals.ConverterFactory. create(RealType<?> in, RealType<?> out)(package private) static <S extends RealType<?>,T extends RealType<?>>
Converter<S,T>RealTypeConverterInternals. getConverter(S inputType, T outputType)static <S extends RealType<?>,T extends RealType<?>>
Converter<S,T>RealTypeConverters. getConverter(S inputType, T outputType)Returns a converter that converts from input to output type.Methods in net.imglib2.converter with parameters of type Converter Modifier and Type Method Description static <A,B extends Type<B>>
RandomAccessibleInterval<B>Converters. compose(java.util.List<RandomAccessibleInterval<A>> components, Converter<Composite<A>,B> composer, B targetType)Compose a list of sameIntervaland sameTypeARandomAccessibleIntervalsinto aRandomAccessibleIntervalof some targetTypeB using aConverterfromCompositeof A to B.static <A,B extends Type<B>>
RandomAccessibleInterval<B>Converters. compose2(java.util.List<RandomAccessibleInterval<A>> components, Converter<Composite<A>,B> composer, java.util.function.Supplier<B> targetSupplier)Compose a list of sameIntervaland sameTypeARandomAccessibleIntervalsinto aRandomAccessibleIntervalof some targetTypeB using aConverterfromCompositeof A to B.static <A extends NumericType<A>,B extends Type<B>>
RandomAccessibleInterval<B>Converters. composeNumeric(java.util.List<RandomAccessibleInterval<A>> components, Converter<NumericComposite<A>,B> composer, B targetType)Compose a list of sameIntervaland sameNumericTypeARandomAccessibleIntervalsinto aRandomAccessibleIntervalof some targetTypeB using aConverterfromCompositeof A to B.static <A extends NumericType<A>,B>
RandomAccessibleInterval<B>Converters. composeNumeric2(java.util.List<RandomAccessibleInterval<A>> components, Converter<NumericComposite<A>,B> composer, java.util.function.Supplier<B> targetSupplier)Compose a list of sameIntervaland sameNumericTypeARandomAccessibleIntervalsinto aRandomAccessibleIntervalof some targetTypeB using aConverterfromCompositeof A to B.static <A extends RealType<A>,B extends Type<B>>
RandomAccessibleInterval<B>Converters. composeReal(java.util.List<RandomAccessibleInterval<A>> components, Converter<RealComposite<A>,B> composer, B targetType)Compose a list of sameIntervaland sameRealTypeARandomAccessibleIntervalsinto aRandomAccessibleIntervalof some targetTypeB using aConverterfromCompositeof A to B.static <A extends RealType<A>,B>
RandomAccessibleInterval<B>Converters. composeReal2(java.util.List<RandomAccessibleInterval<A>> components, Converter<RealComposite<A>,B> composer, java.util.function.Supplier<B> targetSupplier)Compose a list of sameIntervaland sameRealTypeARandomAccessibleIntervalsinto aRandomAccessibleIntervalof some targetTypeB using aConverterfromCompositeof A to B.static <A,B extends Type<B>>
IterableInterval<B>Converters. convert(IterableInterval<A> source, Converter<? super A,? super B> converter, B b)static <A,B extends Type<B>>
IterableRealInterval<B>Converters. convert(IterableRealInterval<A> source, Converter<? super A,? super B> converter, B b)static <A,B extends Type<B>>
RandomAccessible<B>Converters. convert(RandomAccessible<A> source, Converter<? super A,? super B> converter, B b)static <A,B extends Type<B>>
RandomAccessibleInterval<B>Converters. convert(RandomAccessibleInterval<A> source, Converter<? super A,? super B> converter, B b)static <A,B extends Type<B>>
RealRandomAccessible<B>Converters. convert(RealRandomAccessible<A> source, Converter<? super A,? super B> converter, B b)static <A,B extends Type<B>>
RealRandomAccessibleRealInterval<B>Converters. convert(RealRandomAccessibleRealInterval<A> source, Converter<? super A,? super B> converter, B b)Create aRealRandomAccessibleRealIntervalwhoseRealRandomAccessesSampler.get()you a converted sample.static <A,B>
IterableInterval<B>Converters. convert2(IterableInterval<A> source, Converter<? super A,? super B> converter, java.util.function.Supplier<B> targetSupplier)static <A,B>
IterableRealInterval<B>Converters. convert2(IterableRealInterval<A> source, Converter<? super A,? super B> converter, java.util.function.Supplier<B> targetSupplier)static <A,B>
RandomAccessible<B>Converters. convert2(RandomAccessible<A> source, Converter<? super A,? super B> converter, java.util.function.Supplier<B> targetSupplier)static <A,B>
RandomAccessibleInterval<B>Converters. convert2(RandomAccessibleInterval<A> source, Converter<? super A,? super B> converter, java.util.function.Supplier<B> targetSupplier)static <A,B>
RealRandomAccessible<B>Converters. convert2(RealRandomAccessible<A> source, Converter<? super A,? super B> converter, java.util.function.Supplier<B> targetSupplier)static <A,B>
RealRandomAccessibleRealInterval<B>Converters. convert2(RealRandomAccessibleRealInterval<A> source, Converter<? super A,? super B> converter, java.util.function.Supplier<B> targetSupplier)Create aRealRandomAccessibleRealIntervalwhoseRealRandomAccessesSampler.get()you a converted sample.static <A,B extends Type<B>>
RandomAccessibleInterval<B>Converters. convertRAI(RandomAccessibleInterval<A> source, Converter<? super A,? super B> converter, B b)static <A,B>
RandomAccessibleInterval<B>Converters. convertRAI2(RandomAccessibleInterval<A> source, Converter<? super A,? super B> converter, java.util.function.Supplier<B> targetSupplier)Method parameters in net.imglib2.converter with type arguments of type Converter Modifier and Type Method Description static <A,B extends Type<B>>
IterableInterval<B>Converters. convert(IterableInterval<A> source, java.util.function.Supplier<Converter<? super A,? super B>> converterSupplier, B b)static <A,B extends Type<B>>
IterableRealInterval<B>Converters. convert(IterableRealInterval<A> source, java.util.function.Supplier<Converter<? super A,? super B>> converterSupplier, B b)static <A,B extends Type<B>>
RandomAccessible<B>Converters. convert(RandomAccessible<A> source, java.util.function.Supplier<Converter<? super A,? super B>> converterSupplier, B b)static <A,B extends Type<B>>
RandomAccessibleInterval<B>Converters. convert(RandomAccessibleInterval<A> source, java.util.function.Supplier<Converter<? super A,? super B>> converterSupplier, B b)static <A,B extends Type<B>>
RealRandomAccessible<B>Converters. convert(RealRandomAccessible<A> source, java.util.function.Supplier<Converter<? super A,? super B>> converterSupplier, B b)static <A,B extends Type<B>>
RealRandomAccessibleRealInterval<B>Converters. convert(RealRandomAccessibleRealInterval<A> source, java.util.function.Supplier<Converter<? super A,? super B>> converterSupplier, B b)Create aRealRandomAccessibleRealIntervalwhoseRealRandomAccessesSampler.get()you a converted sample.static <A,B>
IterableInterval<B>Converters. convert2(IterableInterval<A> source, java.util.function.Supplier<Converter<? super A,? super B>> converterSupplier, java.util.function.Supplier<B> targetSupplier)static <A,B>
IterableRealInterval<B>Converters. convert2(IterableRealInterval<A> source, java.util.function.Supplier<Converter<? super A,? super B>> converterSupplier, java.util.function.Supplier<B> targetSupplier)static <A,B>
RandomAccessible<B>Converters. convert2(RandomAccessible<A> source, java.util.function.Supplier<Converter<? super A,? super B>> converterSupplier, java.util.function.Supplier<B> targetSupplier)static <A,B>
RandomAccessibleInterval<B>Converters. convert2(RandomAccessibleInterval<A> source, java.util.function.Supplier<Converter<? super A,? super B>> converterSupplier, java.util.function.Supplier<B> targetSupplier)static <A,B>
RealRandomAccessible<B>Converters. convert2(RealRandomAccessible<A> source, java.util.function.Supplier<Converter<? super A,? super B>> converterSupplier, java.util.function.Supplier<B> targetSupplier)static <A,B>
RealRandomAccessibleRealInterval<B>Converters. convert2(RealRandomAccessibleRealInterval<A> source, java.util.function.Supplier<Converter<? super A,? super B>> converterSupplier, java.util.function.Supplier<B> targetSupplier)Create aRealRandomAccessibleRealIntervalwhoseRealRandomAccessesSampler.get()you a converted sample.static <A,B extends Type<B>>
RandomAccessibleInterval<B>Converters. convertRAI(RandomAccessibleInterval<A> source, java.util.function.Supplier<Converter<? super A,? super B>> converterSupplier, B b)static <A,B>
RandomAccessibleInterval<B>Converters. convertRAI2(RandomAccessibleInterval<A> source, java.util.function.Supplier<Converter<? super A,? super B>> converterSupplier, java.util.function.Supplier<B> targetSupplier)Constructor parameters in net.imglib2.converter with type arguments of type Converter Constructor Description ConverterFactory(java.lang.Class<? extends Converter> converterClass) -
Uses of Converter in net.imglib2.converter.read
Fields in net.imglib2.converter.read declared as Converter Modifier and Type Field Description protected Converter<? super A,? super B>ConvertedCursor. converterprivate Converter<? super A,? super B>ConvertedRandomAccess. converterprotected Converter<? super A,? super B>ConvertedRealCursor. converterprotected Converter<? super A,? super B>ConvertedRealRandomAccess. converterFields in net.imglib2.converter.read with type parameters of type Converter Modifier and Type Field Description protected java.util.function.Supplier<Converter<? super A,? super B>>ConvertedCursor. converterSupplierprotected java.util.function.Supplier<Converter<? super A,? super B>>ConvertedIterableInterval. converterSupplierprotected java.util.function.Supplier<Converter<? super A,? super B>>ConvertedIterableRealInterval. converterSupplierprivate java.util.function.Supplier<Converter<? super A,? super B>>ConvertedRandomAccess. converterSupplierprotected java.util.function.Supplier<Converter<? super A,? super B>>ConvertedRandomAccessible. converterSupplierprotected java.util.function.Supplier<Converter<? super A,? super B>>ConvertedRandomAccessibleInterval. converterSupplierprotected java.util.function.Supplier<Converter<? super A,? super B>>ConvertedRealCursor. converterSupplierprotected java.util.function.Supplier<Converter<? super A,? super B>>ConvertedRealRandomAccess. converterSupplierprotected java.util.function.Supplier<Converter<? super A,? super B>>ConvertedRealRandomAccessible. converterSupplierprotected java.util.function.Supplier<Converter<? super A,? super B>>ConvertedRealRandomAccessibleRealInterval. converterSupplierMethods in net.imglib2.converter.read that return Converter Modifier and Type Method Description Converter<? super A,? super B>ConvertedIterableInterval. getConverter()Deprecated.UseConvertedIterableInterval.getConverterSupplier()insteadConverter<? super A,? super B>ConvertedIterableRealInterval. getConverter()Deprecated.Converter<? super A,? super B>ConvertedRandomAccessible. getConverter()Deprecated.UseConvertedRandomAccessible.getConverterSupplier()insteadConverter<? super A,? super B>ConvertedRandomAccessibleInterval. getConverter()Deprecated.Converter<? super A,? super B>ConvertedRealRandomAccessible. getConverter()Deprecated.Converter<? super A,? super B>ConvertedRealRandomAccessibleRealInterval. getConverter()Deprecated.Methods in net.imglib2.converter.read that return types with arguments of type Converter Modifier and Type Method Description java.util.function.Supplier<Converter<? super A,? super B>>ConvertedIterableInterval. getConverterSupplier()java.util.function.Supplier<Converter<? super A,? super B>>ConvertedIterableRealInterval. getConverterSupplier()java.util.function.Supplier<Converter<? super A,? super B>>ConvertedRandomAccessible. getConverterSupplier()java.util.function.Supplier<Converter<? super A,? super B>>ConvertedRandomAccessibleInterval. getConverterSupplier()java.util.function.Supplier<Converter<? super A,? super B>>ConvertedRealRandomAccessible. getConverterSupplier()java.util.function.Supplier<Converter<? super A,? super B>>ConvertedRealRandomAccessibleRealInterval. getConverterSupplier()Constructors in net.imglib2.converter.read with parameters of type Converter Constructor Description ConvertedCursor(Cursor<A> source, Converter<? super A,? super B> converter, java.util.function.Supplier<? extends B> convertedSupplier)ConvertedIterableInterval(IterableInterval<A> source, Converter<? super A,? super B> converter, java.util.function.Supplier<? extends B> convertedSupplier)ConvertedIterableRealInterval(IterableRealInterval<A> source, Converter<? super A,? super B> converter, java.util.function.Supplier<? extends B> convertedSupplier)Creates a copy of b for conversion.ConvertedRandomAccess(RandomAccess<A> source, Converter<? super A,? super B> converter, java.util.function.Supplier<? extends B> convertedSupplier)Use this constructor for stateless functionsConvertedRandomAccessible(RandomAccessible<A> source, Converter<? super A,? super B> converter, java.util.function.Supplier<B> convertedSupplier)ConvertedRandomAccessibleInterval(RandomAccessibleInterval<A> source, Converter<? super A,? super B> converter, java.util.function.Supplier<? extends B> convertedSupplier)ConvertedRealCursor(RealCursor<A> source, Converter<? super A,? super B> converter, java.util.function.Supplier<? extends B> convertedSupplier)Creates a copy of b for conversion that can be accessed throughConvertedRealCursor.get().ConvertedRealRandomAccess(RealRandomAccess<A> source, Converter<? super A,? super B> converter, java.util.function.Supplier<? extends B> convertedSupplier)ConvertedRealRandomAccessible(RealRandomAccessible<A> source, Converter<? super A,? super B> converter, java.util.function.Supplier<? extends B> convertedSupplier)ConvertedRealRandomAccessibleRealInterval(RealRandomAccessibleRealInterval<A> source, Converter<? super A,? super B> converter, java.util.function.Supplier<? extends B> convertedSupplier)Constructor parameters in net.imglib2.converter.read with type arguments of type Converter Constructor Description ConvertedCursor(Cursor<A> source, java.util.function.Supplier<Converter<? super A,? super B>> converterSupplier, java.util.function.Supplier<? extends B> convertedSupplier)ConvertedIterableInterval(IterableInterval<A> source, java.util.function.Supplier<Converter<? super A,? super B>> converterSupplier, java.util.function.Supplier<? extends B> convertedSupplier)ConvertedIterableRealInterval(IterableRealInterval<A> source, java.util.function.Supplier<Converter<? super A,? super B>> converterSupplier, java.util.function.Supplier<? extends B> convertedSupplier)Creates a copy of b for conversion.ConvertedRandomAccess(RandomAccess<A> source, java.util.function.Supplier<Converter<? super A,? super B>> converterSupplier, java.util.function.Supplier<? extends B> convertedSupplier)Creates a copy of b for conversion that can be accessed throughConvertedRandomAccess.get().ConvertedRandomAccessible(RandomAccessible<A> source, java.util.function.Supplier<Converter<? super A,? super B>> converterSupplier, java.util.function.Supplier<? extends B> convertedSupplier)ConvertedRandomAccessibleInterval(RandomAccessibleInterval<A> source, java.util.function.Supplier<Converter<? super A,? super B>> converterSupplier, java.util.function.Supplier<? extends B> convertedSupplier)ConvertedRealCursor(RealCursor<A> source, java.util.function.Supplier<Converter<? super A,? super B>> converterSupplier, java.util.function.Supplier<? extends B> convertedSupplier)Creates a copy of b for conversion that can be accessed throughConvertedRealCursor.get().ConvertedRealRandomAccess(RealRandomAccess<A> source, java.util.function.Supplier<Converter<? super A,? super B>> converterSupplier, java.util.function.Supplier<? extends B> convertedSupplier)Creates a copy of b for conversion that can be accessed throughConvertedRealRandomAccess.get().ConvertedRealRandomAccessible(RealRandomAccessible<A> source, java.util.function.Supplier<Converter<? super A,? super B>> converterSupplier, java.util.function.Supplier<? extends B> convertedSupplier)ConvertedRealRandomAccessibleRealInterval(RealRandomAccessibleRealInterval<A> source, java.util.function.Supplier<Converter<? super A,? super B>> converterSupplier, java.util.function.Supplier<? extends B> convertedSupplier) -
Uses of Converter in net.imglib2.display
Subinterfaces of Converter in net.imglib2.display Modifier and Type Interface Description interfaceRealARGBColorConverter<R extends RealType<?>>Classes in net.imglib2.display that implement Converter Modifier and Type Class Description classARGBARGBColorConverter<R>static classARGBARGBColorConverter.ToGrayA converter from a ARGB to ARGB that initially converts the input color to grayscale, then scales the resulting grayscale value with the set color.static classARGBARGBColorConverter.VolatileToGraystatic classRealARGBColorConverterFactory.Imp<R extends RealType<?>>classScaledARGBConverter<T>static classScaledARGBConverter.ARGBstatic classScaledARGBConverter.VolatileARGB -
Uses of Converter in net.imglib2.display.projector
Fields in net.imglib2.display.projector declared as Converter Modifier and Type Field Description protected Converter<? super A,B>IterableIntervalProjector2D. converterprotected Converter<? super A,B>RandomAccessibleProjector2D. converterConstructors in net.imglib2.display.projector with parameters of type Converter Constructor Description IterableIntervalProjector2D(int dimX, int dimY, RandomAccessible<A> source, IterableInterval<B> target, Converter<? super A,B> converter)creates a new 2D projector that samples a plain in the dimensions dimX, dimY.RandomAccessibleProjector2D(int dimX, int dimY, RandomAccessible<A> source, RandomAccessibleInterval<B> target, Converter<? super A,B> converter)creates a new 2D projector that samples a plain in the dimensions dimX, dimY. -
Uses of Converter in net.imglib2.display.projector.composite
Fields in net.imglib2.display.projector.composite declared as Converter Modifier and Type Field Description protected Converter<A,ARGBType>[]CompositeXYProjector. currentConvertersprotected Converter<A,ARGBType>[]CompositeXYRandomAccessibleProjector. currentConvertersFields in net.imglib2.display.projector.composite with type parameters of type Converter Modifier and Type Field Description private java.util.ArrayList<Converter<A,ARGBType>>CompositeXYProjector. convertersprivate java.util.ArrayList<Converter<A,ARGBType>>CompositeXYRandomAccessibleProjector. convertersMethods in net.imglib2.display.projector.composite with parameters of type Converter Modifier and Type Method Description protected voidCompositeXYProjector. mapSingle(RandomAccess<A> sourceRandomAccess, Converter<A,ARGBType> conv)protected voidCompositeXYRandomAccessibleProjector. mapSingle(RandomAccess<A> sourceRandomAccess, Converter<A,ARGBType> conv)Constructor parameters in net.imglib2.display.projector.composite with type arguments of type Converter Constructor Description CompositeXYProjector(RandomAccessibleInterval<A> source, IterableInterval<ARGBType> target, java.util.ArrayList<Converter<A,ARGBType>> converters, int dimIndex)CompositeXYRandomAccessibleProjector(RandomAccessibleInterval<A> source, RandomAccessibleInterval<ARGBType> target, java.util.ArrayList<Converter<A,ARGBType>> converters, int dimIndex) -
Uses of Converter in net.imglib2.display.projector.sampler
Fields in net.imglib2.display.projector.sampler declared as Converter Modifier and Type Field Description protected Converter<ProjectedSampler<A>,B>SamplingProjector2D. converterConstructors in net.imglib2.display.projector.sampler with parameters of type Converter Constructor Description SamplingProjector2D(int dimX, int dimY, RandomAccessible<A> source, IterableInterval<B> target, Converter<ProjectedSampler<A>,B> converter, int projectedDimension, long[] projectedPositions)SamplingProjector2D(int dimX, int dimY, RandomAccessibleInterval<A> source, IterableInterval<B> target, Converter<ProjectedSampler<A>,B> converter, int projectedDimension) -
Uses of Converter in net.imglib2.display.projector.volatiles
Constructors in net.imglib2.display.projector.volatiles with parameters of type Converter Constructor Description Volatile2DRandomAccessibleProjector(int dimX, int dimY, RandomAccessible<A> source, RandomAccessibleInterval<B> target, Converter<? super A,B> converter)
-