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 TypeMethodDescriptionvoidUnsignedIntType.add(UnsignedIntType c) intUnsignedIntType.compareTo(UnsignedIntType c) voidUnsignedIntType.div(UnsignedIntType c) voidUnsignedIntType.mul(UnsignedIntType c) voidUnsignedIntType.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)