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 TypeMethodDescriptionvoid
UnsignedLongType.add
(UnsignedLongType c) int
UnsignedLongType.compareTo
(UnsignedLongType c) void
UnsignedLongType.div
(UnsignedLongType c) void
UnsignedLongType.mul
(UnsignedLongType c) void
UnsignedLongType.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)