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 net.imglib2.type.volatiles -
-
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
Fields in net.imglib2.type.numeric.integer with type parameters of type UnsignedIntType Modifier and Type Field Description private static NativeTypeFactory<UnsignedIntType,IntAccess>UnsignedIntType. typeFactoryMethods in net.imglib2.type.numeric.integer that return UnsignedIntType Modifier and Type Method Description UnsignedIntTypeUnsignedIntType. copy()UnsignedIntTypeUnsignedIntType. createVariable()UnsignedIntTypeUnsignedIntType. duplicateTypeOnSameNativeImg()Methods in net.imglib2.type.numeric.integer that return types with arguments of type UnsignedIntType Modifier and Type Method Description NativeTypeFactory<UnsignedIntType,IntAccess>UnsignedIntType. getNativeTypeFactory()Methods in net.imglib2.type.numeric.integer with parameters of type UnsignedIntType Modifier and Type Method Description voidUnsignedIntType. add(UnsignedIntType c)intUnsignedIntType. compareTo(UnsignedIntType other)voidUnsignedIntType. div(UnsignedIntType c)voidUnsignedIntType. mul(UnsignedIntType c)voidUnsignedIntType. sub(UnsignedIntType c) -
Uses of UnsignedIntType in net.imglib2.type.volatiles
Subclasses of UnsignedIntType in net.imglib2.type.volatiles Modifier and Type Class Description private static classVolatileUnsignedIntType.WrappedUnsignedIntType
-