Uses of Class
net.imglib2.type.numeric.integer.IntType
-
Packages that use IntType Package Description net.imglib2.display.screenimage.awt net.imglib2.img.array net.imglib2.img.planar net.imglib2.type.numeric.integer -
-
Uses of IntType in net.imglib2.display.screenimage.awt
Constructors in net.imglib2.display.screenimage.awt with parameters of type IntType Constructor Description IntAWTScreenImage(IntType type, IntArray data, long[] dim)
Constructor parameters in net.imglib2.display.screenimage.awt with type arguments of type IntType Constructor Description IntAWTScreenImage(ArrayImg<IntType,IntArray> img)
-
Uses of IntType in net.imglib2.img.array
Methods in net.imglib2.img.array that return types with arguments of type IntType Modifier and Type Method Description static ArrayImg<IntType,IntArray>
ArrayImgs. ints(int[] array, long... dim)
static ArrayImg<IntType,IntArray>
ArrayImgs. ints(long... dim)
static <A extends IntAccess>
ArrayImg<IntType,A>ArrayImgs. ints(A access, long... dim)
-
Uses of IntType in net.imglib2.img.planar
Methods in net.imglib2.img.planar that return types with arguments of type IntType Modifier and Type Method Description static PlanarImg<IntType,IntArray>
PlanarImgs. ints(long... dim)
-
Uses of IntType in net.imglib2.type.numeric.integer
Methods in net.imglib2.type.numeric.integer that return IntType Modifier and Type Method Description IntType
IntType. copy()
IntType
IntType. createVariable()
IntType
IntType. duplicateTypeOnSameNativeImg()
Methods in net.imglib2.type.numeric.integer that return types with arguments of type IntType Modifier and Type Method Description NativeImg<IntType,? extends IntAccess>
IntType. createSuitableNativeImg(NativeImgFactory<IntType> storageFactory, long[] dim)
Method parameters in net.imglib2.type.numeric.integer with type arguments of type IntType Modifier and Type Method Description NativeImg<IntType,? extends IntAccess>
IntType. createSuitableNativeImg(NativeImgFactory<IntType> storageFactory, long[] dim)
-