Uses of Class
net.imglib2.type.numeric.integer.UnsignedIntType
Packages that use UnsignedIntType
Package
Description
-
Uses of UnsignedIntType in net.imglib2.display.screenimage.awt
Constructors in net.imglib2.display.screenimage.awt with parameters of type UnsignedIntTypeModifierConstructorDescriptionUnsignedIntAWTScreenImage
(UnsignedIntType type, IntArray data, long[] dim) Constructor parameters in net.imglib2.display.screenimage.awt with type arguments of type UnsignedIntType -
Uses of UnsignedIntType in net.imglib2.img.array
Methods in net.imglib2.img.array that return types with arguments of type UnsignedIntTypeModifier and TypeMethodDescriptionstatic final ArrayImg
<UnsignedIntType, IntArray> ArrayImgs.unsignedInts
(int[] array, long... dim) static final ArrayImg
<UnsignedIntType, IntArray> ArrayImgs.unsignedInts
(long... dim) static final <A extends IntAccess>
ArrayImg<UnsignedIntType, A> ArrayImgs.unsignedInts
(A access, long... dim) -
Uses of UnsignedIntType in net.imglib2.img.planar
Methods in net.imglib2.img.planar that return types with arguments of type UnsignedIntTypeModifier and TypeMethodDescriptionstatic final PlanarImg
<UnsignedIntType, IntArray> PlanarImgs.unsignedInts
(long... dim) -
Uses of UnsignedIntType in net.imglib2.type.numeric.integer
Methods in net.imglib2.type.numeric.integer that return UnsignedIntTypeModifier and TypeMethodDescriptionUnsignedIntType.copy()
UnsignedIntType.createVariable()
UnsignedIntType.duplicateTypeOnSameNativeImg()
Methods in net.imglib2.type.numeric.integer that return types with arguments of type UnsignedIntTypeModifier and TypeMethodDescriptionNativeImg
<UnsignedIntType, ? extends IntAccess> UnsignedIntType.createSuitableNativeImg
(NativeImgFactory<UnsignedIntType> storageFactory, long[] dim) Methods in net.imglib2.type.numeric.integer with parameters of type UnsignedIntTypeModifier and TypeMethodDescriptionvoid
UnsignedIntType.add
(UnsignedIntType c) int
UnsignedIntType.compareTo
(UnsignedIntType c) void
UnsignedIntType.div
(UnsignedIntType c) void
UnsignedIntType.mul
(UnsignedIntType c) void
UnsignedIntType.sub
(UnsignedIntType c) Method parameters in net.imglib2.type.numeric.integer with type arguments of type UnsignedIntTypeModifier and TypeMethodDescriptionNativeImg
<UnsignedIntType, ? extends IntAccess> UnsignedIntType.createSuitableNativeImg
(NativeImgFactory<UnsignedIntType> storageFactory, long[] dim)