Uses of Class
net.imglib2.img.basictypeaccess.array.IntArray
Packages that use IntArray
Package
Description
-
Uses of IntArray in net.imglib2.display.screenimage.awt
Methods in net.imglib2.display.screenimage.awt with parameters of type IntArrayModifier and TypeMethodDescriptionprotected DataBufferInt
IntAWTScreenImage.createDataBuffer
(IntArray data) protected UnsignedIntDataBuffer
UnsignedIntAWTScreenImage.createDataBuffer
(IntArray data) Constructors in net.imglib2.display.screenimage.awt with parameters of type IntArrayModifierConstructorDescriptionARGBScreenImage
(int width, int height, IntArray data) Create anImage
withdata
.IntAWTScreenImage
(IntType type, IntArray data, long[] dim) UnsignedIntAWTScreenImage
(UnsignedIntType type, IntArray data, long[] dim) Constructor parameters in net.imglib2.display.screenimage.awt with type arguments of type IntArrayModifierConstructorDescription -
Uses of IntArray in net.imglib2.img.array
Methods in net.imglib2.img.array that return types with arguments of type IntArrayModifier and TypeMethodDescriptionArrayImgs.argbs
(int[] array, long... dim) ArrayImgs.argbs
(long... dim) ArrayImgFactory.createIntInstance
(long[] dimensions, Fraction entitiesPerPixel) ArrayImgs.ints
(int[] array, long... dim) ArrayImgs.ints
(long... dim) static final ArrayImg<UnsignedIntType,
IntArray> ArrayImgs.unsignedInts
(int[] array, long... dim) static final ArrayImg<UnsignedIntType,
IntArray> ArrayImgs.unsignedInts
(long... dim) -
Uses of IntArray in net.imglib2.img.basictypeaccess.array
Methods in net.imglib2.img.basictypeaccess.array that return IntArray -
Uses of IntArray in net.imglib2.img.cell
Methods in net.imglib2.img.cell that return types with arguments of type IntArrayModifier and TypeMethodDescriptionCellImgFactory.createIntInstance
(long[] dimensions, Fraction entitiesPerPixel) -
Uses of IntArray in net.imglib2.img.planar
Methods in net.imglib2.img.planar that return types with arguments of type IntArrayModifier and TypeMethodDescriptionPlanarImgs.argbs
(long... dim) PlanarImgFactory.createIntInstance
(long[] dimensions, Fraction entitiesPerPixel) PlanarImgs.ints
(long... dim) static final PlanarImg<UnsignedIntType,
IntArray> PlanarImgs.unsignedInts
(long... dim)