Uses of Class
net.imglib2.type.numeric.ARGBType
-
-
Uses of ARGBType in net.imglib2.converter
Fields in net.imglib2.converter declared as ARGBType Modifier and Type Field Description protected ARGBType
VolatileRealTypeARGBConverter. background
Fields in net.imglib2.converter with type parameters of type ARGBType Modifier and Type Field Description static java.util.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 ARGBType Modifier and Type Method Description static WriteConvertedRandomAccessible<ARGBType,UnsignedByteType>
Converters. argbChannel(RandomAccessible<ARGBType> source, int channel)
Create aWriteConvertedRandomAccessible
to one of the four channels encoded in aRandomAccessible
ofARGBType
.static 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 ARGBType Modifier and Type Method Description void
ARGBARGBDoubleConverter. convert(ARGBType input, T output)
void
ARGBDoubleARGBConverter. convert(T input, ARGBType output)
void
ChannelARGBConverter. convert(UnsignedByteType input, ARGBType output)
void
RealARGBConverter. convert(R input, ARGBType output)
void
RealLUTConverter. convert(R input, ARGBType output)
void
VolatileRealTypeARGBConverter. convert(VolatileRealType<?> input, ARGBType output)
Method parameters in net.imglib2.converter with type arguments of type ARGBType Modifier and Type Method Description static WriteConvertedRandomAccessible<ARGBType,UnsignedByteType>
Converters. argbChannel(RandomAccessible<ARGBType> source, int channel)
Create aWriteConvertedRandomAccessible
to one of the four channels encoded in aRandomAccessible
ofARGBType
.static WriteConvertedRandomAccessibleInterval<ARGBType,UnsignedByteType>
Converters. argbChannel(RandomAccessibleInterval<ARGBType> source, int channel)
Create aWriteConvertedRandomAccessibleInterval
to one of the four channels encoded in aRandomAccessibleInterval
ofARGBType
.static 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 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 ARGBType Constructor Description VolatileRealTypeARGBConverter(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 ARGBType Modifier and Type Method Description UnsignedByteType
ARGBChannelSamplerConverter. convert(Sampler<? extends ARGBType> sampler)
-
Uses of ARGBType in net.imglib2.display.projector.composite
Fields in net.imglib2.display.projector.composite with type parameters of type ARGBType Modifier and Type Field Description protected RandomAccessibleInterval<ARGBType>
CompositeXYRandomAccessibleProjector. target
Method parameters in net.imglib2.display.projector.composite with type arguments of type ARGBType Modifier and Type Method Description protected void
CompositeXYProjector. mapSingle(RandomAccess<A> sourceRandomAccess, Converter<A,ARGBType> conv)
protected void
CompositeXYRandomAccessibleProjector. mapSingle(RandomAccess<A> sourceRandomAccess, Converter<A,ARGBType> conv)
Constructor parameters in net.imglib2.display.projector.composite with type arguments of type ARGBType Constructor Description CompositeXYProjector(RandomAccessibleInterval<A> source, IterableInterval<ARGBType> target, java.util.ArrayList<Converter<A,ARGBType>> converters, int dimIndex)
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 ARGBType in net.imglib2.img.array
Methods in net.imglib2.img.array that return types with arguments of type ARGBType Modifier and Type Method Description static ArrayImg<ARGBType,IntArray>
ArrayImgs. argbs(int[] array, long... dim)
static ArrayImg<ARGBType,IntArray>
ArrayImgs. argbs(long... dim)
static <A extends IntAccess>
ArrayImg<ARGBType,A>ArrayImgs. argbs(A access, long... dim)
-
Uses of ARGBType in net.imglib2.img.planar
Methods in net.imglib2.img.planar that return types with arguments of type ARGBType Modifier and Type Method Description static PlanarImg<ARGBType,IntArray>
PlanarImgs. argbs(long... dim)
-
Uses of ARGBType in net.imglib2.interpolation.randomaccess
Methods in net.imglib2.interpolation.randomaccess that return ARGBType Modifier and Type Method Description ARGBType
NLinearInterpolatorARGB. get()
Get the interpolated value at the current position.Method parameters in net.imglib2.interpolation.randomaccess with type arguments of type ARGBType Modifier and Type Method Description NLinearInterpolatorARGB
NLinearInterpolatorARGBFactory. create(RandomAccessible<ARGBType> randomAccessible)
NLinearInterpolatorARGB
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 ARGBType Constructor Description NLinearInterpolatorARGB(RandomAccessible<ARGBType> randomAccessible, ARGBType type)
Constructor parameters in net.imglib2.interpolation.randomaccess with type arguments of type ARGBType Constructor Description NLinearInterpolatorARGB(RandomAccessible<ARGBType> randomAccessible)
NLinearInterpolatorARGB(RandomAccessible<ARGBType> randomAccessible, ARGBType type)
-
Uses of ARGBType in net.imglib2.type.numeric
Methods in net.imglib2.type.numeric that return ARGBType Modifier and Type Method Description ARGBType
ARGBType. copy()
ARGBType
ARGBType. createVariable()
ARGBType
ARGBType. duplicateTypeOnSameNativeImg()
Methods in net.imglib2.type.numeric that return types with arguments of type ARGBType Modifier and Type Method Description NativeImg<ARGBType,? extends IntAccess>
ARGBType. createSuitableNativeImg(NativeImgFactory<ARGBType> storageFactory, long[] dim)
Methods in net.imglib2.type.numeric with parameters of type ARGBType Modifier and Type Method Description void
ARGBType. add(ARGBType c)
void
ARGBType. div(ARGBType c)
void
ARGBType. mul(ARGBType c)
void
ARGBType. set(ARGBType c)
void
ARGBType. sub(ARGBType c)
boolean
ARGBType. valueEquals(ARGBType t)
Method parameters in net.imglib2.type.numeric with type arguments of type ARGBType Modifier and Type Method Description NativeImg<ARGBType,? extends IntAccess>
ARGBType. createSuitableNativeImg(NativeImgFactory<ARGBType> storageFactory, long[] dim)
-