Uses of Class
net.imglib2.type.numeric.integer.UnsignedLongType
-
Packages that use UnsignedLongType Package Description net.imglib2.img.array net.imglib2.type.numeric.integer -
-
Uses of UnsignedLongType in net.imglib2.img.array
Methods in net.imglib2.img.array that return types with arguments of type UnsignedLongType Modifier and Type Method Description static ArrayImg<UnsignedLongType,LongArray>
ArrayImgs. unsignedLongs(long... dim)
static <A extends LongAccess>
ArrayImg<UnsignedLongType,A>ArrayImgs. unsignedLongs(A access, long... dim)
static 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 UnsignedLongType Modifier and Type Method Description UnsignedLongType
UnsignedLongType. copy()
UnsignedLongType
UnsignedLongType. createVariable()
UnsignedLongType
UnsignedLongType. duplicateTypeOnSameNativeImg()
Methods in net.imglib2.type.numeric.integer that return types with arguments of type UnsignedLongType Modifier and Type Method Description NativeImg<UnsignedLongType,? extends LongAccess>
UnsignedLongType. createSuitableNativeImg(NativeImgFactory<UnsignedLongType> storageFactory, long[] dim)
Methods in net.imglib2.type.numeric.integer with parameters of type UnsignedLongType Modifier and Type Method Description void
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 UnsignedLongType Modifier and Type Method Description NativeImg<UnsignedLongType,? extends LongAccess>
UnsignedLongType. createSuitableNativeImg(NativeImgFactory<UnsignedLongType> storageFactory, long[] dim)
-