Uses of Class
net.imglib2.type.numeric.integer.UnsignedIntType
-
Packages that use UnsignedIntType Package Description net.imglib2.display.screenimage.awt net.imglib2.img.array net.imglib2.img.planar net.imglib2.type.numeric.integer -
-
Uses of UnsignedIntType in net.imglib2.display.screenimage.awt
Constructors in net.imglib2.display.screenimage.awt with parameters of type UnsignedIntType Constructor Description UnsignedIntAWTScreenImage(UnsignedIntType type, IntArray data, long[] dim)
Constructor parameters in net.imglib2.display.screenimage.awt with type arguments of type UnsignedIntType Constructor Description UnsignedIntAWTScreenImage(ArrayImg<UnsignedIntType,IntArray> img)
-
Uses of UnsignedIntType in net.imglib2.img.array
Methods in net.imglib2.img.array that return types with arguments of type UnsignedIntType Modifier and Type Method Description static ArrayImg<UnsignedIntType,IntArray>
ArrayImgs. unsignedInts(int[] array, long... dim)
static ArrayImg<UnsignedIntType,IntArray>
ArrayImgs. unsignedInts(long... dim)
static <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 UnsignedIntType Modifier and Type Method Description static 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 UnsignedIntType Modifier and Type Method Description UnsignedIntType
UnsignedIntType. copy()
UnsignedIntType
UnsignedIntType. createVariable()
UnsignedIntType
UnsignedIntType. duplicateTypeOnSameNativeImg()
Methods in net.imglib2.type.numeric.integer that return types with arguments of type UnsignedIntType Modifier and Type Method Description NativeImg<UnsignedIntType,? extends IntAccess>
UnsignedIntType. createSuitableNativeImg(NativeImgFactory<UnsignedIntType> storageFactory, long[] dim)
Methods in net.imglib2.type.numeric.integer with parameters of type UnsignedIntType Modifier and Type Method Description void
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 UnsignedIntType Modifier and Type Method Description NativeImg<UnsignedIntType,? extends IntAccess>
UnsignedIntType. createSuitableNativeImg(NativeImgFactory<UnsignedIntType> storageFactory, long[] dim)
-