Uses of Class
net.imglib2.type.numeric.ARGBType
Packages that use ARGBType
Package
Description
-
Uses of ARGBType in net.imglib2.converter
Fields in net.imglib2.converter declared as ARGBTypeModifier and TypeFieldDescriptionprotected final ARGBType
VolatileRealTypeARGBConverter.background
Fields in net.imglib2.converter with type parameters of type ARGBTypeModifier and TypeFieldDescriptionstatic final ArrayList
<Converter<UnsignedByteType, ARGBType>> ChannelARGBConverter.converterListRGBA
ChannelARGBConverter.converterListRGBA
can be used inCompositeXYProjector
to convert a 4-channelUnsignedByteType
into compositeARGBType
.Methods in net.imglib2.converter that return types with arguments of type ARGBTypeModifier and TypeMethodDescriptionstatic final WriteConvertedRandomAccessible
<ARGBType, UnsignedByteType> Converters.argbChannel
(RandomAccessible<ARGBType> source, int channel) Create aWriteConvertedRandomAccessible
to one of the four channels encoded in aRandomAccessible
ofARGBType
.static final WriteConvertedRandomAccessibleInterval
<ARGBType, UnsignedByteType> Converters.argbChannel
(RandomAccessibleInterval<ARGBType> source, int channel) Create aWriteConvertedRandomAccessibleInterval
to one of the four channels encoded in aRandomAccessibleInterval
ofARGBType
.Methods in net.imglib2.converter with parameters of type ARGBTypeModifier and TypeMethodDescriptionvoid
void
void
ChannelARGBConverter.convert
(UnsignedByteType input, ARGBType output) void
void
void
VolatileRealTypeARGBConverter.convert
(VolatileRealType<?> input, ARGBType output) Method parameters in net.imglib2.converter with type arguments of type ARGBTypeModifier and TypeMethodDescriptionstatic final WriteConvertedRandomAccessible
<ARGBType, UnsignedByteType> Converters.argbChannel
(RandomAccessible<ARGBType> source, int channel) Create aWriteConvertedRandomAccessible
to one of the four channels encoded in aRandomAccessible
ofARGBType
.static final WriteConvertedRandomAccessibleInterval
<ARGBType, UnsignedByteType> Converters.argbChannel
(RandomAccessibleInterval<ARGBType> source, int channel) Create aWriteConvertedRandomAccessibleInterval
to one of the four channels encoded in aRandomAccessibleInterval
ofARGBType
.static final RandomAccessibleInterval
<UnsignedByteType> Converters.argbChannels
(RandomAccessibleInterval<ARGBType> source) Create an (n+1)-dimensionalRandomAccessible
of an n-dimensionalRandomAccessible
that maps the four channels encoded inARGBType
into a dimension.static final RandomAccessibleInterval
<UnsignedByteType> Converters.argbChannels
(RandomAccessibleInterval<ARGBType> source, int... channels) Create an (n+1)-dimensionalRandomAccessible
of an n-dimensionalRandomAccessible
that maps the four channels encoded inARGBType
into a dimension.Constructors in net.imglib2.converter with parameters of type ARGBTypeModifierConstructorDescriptionVolatileRealTypeARGBConverter
(double min, double max, ARGBType background) VolatileRealTypeARGBConverter
(ARGBType background) -
Uses of ARGBType in net.imglib2.converter.readwrite
Method parameters in net.imglib2.converter.readwrite with type arguments of type ARGBTypeModifier and TypeMethodDescription -
Uses of ARGBType in net.imglib2.display.projector.composite
Fields in net.imglib2.display.projector.composite with type parameters of type ARGBTypeModifier and TypeFieldDescriptionprotected final RandomAccessibleInterval
<ARGBType> CompositeXYRandomAccessibleProjector.target
Method parameters in net.imglib2.display.projector.composite with type arguments of type ARGBTypeModifier and TypeMethodDescriptionprotected void
protected void
CompositeXYRandomAccessibleProjector.mapSingle
(RandomAccess<A> sourceRandomAccess, Converter<A, ARGBType> conv) Constructor parameters in net.imglib2.display.projector.composite with type arguments of type ARGBTypeModifierConstructorDescriptionCompositeXYProjector
(RandomAccessibleInterval<A> source, IterableInterval<ARGBType> target, ArrayList<Converter<A, ARGBType>> converters, int dimIndex) CompositeXYProjector
(RandomAccessibleInterval<A> source, IterableInterval<ARGBType> target, ArrayList<Converter<A, ARGBType>> converters, int dimIndex) CompositeXYRandomAccessibleProjector
(RandomAccessibleInterval<A> source, RandomAccessibleInterval<ARGBType> target, ArrayList<Converter<A, ARGBType>> converters, int dimIndex) -
Uses of ARGBType in net.imglib2.img.array
Methods in net.imglib2.img.array that return types with arguments of type ARGBType -
Uses of ARGBType in net.imglib2.img.planar
Methods in net.imglib2.img.planar that return types with arguments of type ARGBType -
Uses of ARGBType in net.imglib2.interpolation.randomaccess
Methods in net.imglib2.interpolation.randomaccess that return ARGBTypeModifier and TypeMethodDescriptionNLinearInterpolatorARGB.get()
Get the interpolated value at the current position.Method parameters in net.imglib2.interpolation.randomaccess with type arguments of type ARGBTypeModifier and TypeMethodDescriptionNLinearInterpolatorARGBFactory.create
(RandomAccessible<ARGBType> randomAccessible) NLinearInterpolatorARGBFactory.create
(RandomAccessible<ARGBType> randomAccessible, RealInterval interval) For now, ignore theRealInterval
and returnNLinearInterpolatorARGBFactory.create(RandomAccessible)
.Constructors in net.imglib2.interpolation.randomaccess with parameters of type ARGBTypeModifierConstructorDescriptionprotected
NLinearInterpolatorARGB
(RandomAccessible<ARGBType> randomAccessible, ARGBType type) Constructor parameters in net.imglib2.interpolation.randomaccess with type arguments of type ARGBTypeModifierConstructorDescriptionprotected
NLinearInterpolatorARGB
(RandomAccessible<ARGBType> randomAccessible) protected
NLinearInterpolatorARGB
(RandomAccessible<ARGBType> randomAccessible, ARGBType type) -
Uses of ARGBType in net.imglib2.type.numeric
Methods in net.imglib2.type.numeric that return ARGBTypeModifier and TypeMethodDescriptionARGBType.copy()
ARGBType.createVariable()
ARGBType.duplicateTypeOnSameNativeImg()
Methods in net.imglib2.type.numeric that return types with arguments of type ARGBTypeModifier and TypeMethodDescriptionARGBType.createSuitableNativeImg
(NativeImgFactory<ARGBType> storageFactory, long[] dim) Methods in net.imglib2.type.numeric with parameters of type ARGBTypeModifier and TypeMethodDescriptionvoid
void
void
void
void
boolean
ARGBType.valueEquals
(ARGBType t) Method parameters in net.imglib2.type.numeric with type arguments of type ARGBTypeModifier and TypeMethodDescriptionARGBType.createSuitableNativeImg
(NativeImgFactory<ARGBType> storageFactory, long[] dim)