Uses of Class
net.imglib2.type.numeric.integer.UnsignedLongType
Packages that use UnsignedLongType
-
Uses of UnsignedLongType in net.imglib2.img.array
Methods in net.imglib2.img.array that return types with arguments of type UnsignedLongTypeModifier and TypeMethodDescriptionstatic final ArrayImg<UnsignedLongType, LongArray> ArrayImgs.unsignedLongs(long... dim) static final <A extends LongAccess>
ArrayImg<UnsignedLongType, A> ArrayImgs.unsignedLongs(A access, long... dim) static final ArrayImg<UnsignedLongType, LongArray> ArrayImgs.unsignedLongss(long[] array, long... dim) -
Uses of UnsignedLongType in net.imglib2.type.numeric.integer
Methods in net.imglib2.type.numeric.integer that return UnsignedLongTypeModifier and TypeMethodDescriptionUnsignedLongType.copy()UnsignedLongType.createVariable()UnsignedLongType.duplicateTypeOnSameNativeImg()Methods in net.imglib2.type.numeric.integer that return types with arguments of type UnsignedLongTypeModifier and TypeMethodDescriptionNativeImg<UnsignedLongType, ? extends LongAccess> UnsignedLongType.createSuitableNativeImg(NativeImgFactory<UnsignedLongType> storageFactory, long[] dim) Methods in net.imglib2.type.numeric.integer with parameters of type UnsignedLongTypeModifier and TypeMethodDescriptionvoidUnsignedLongType.add(UnsignedLongType c) intUnsignedLongType.compareTo(UnsignedLongType c) voidUnsignedLongType.div(UnsignedLongType c) voidUnsignedLongType.mul(UnsignedLongType c) voidUnsignedLongType.sub(UnsignedLongType c) Method parameters in net.imglib2.type.numeric.integer with type arguments of type UnsignedLongTypeModifier and TypeMethodDescriptionNativeImg<UnsignedLongType, ? extends LongAccess> UnsignedLongType.createSuitableNativeImg(NativeImgFactory<UnsignedLongType> storageFactory, long[] dim)