Uses of Class
net.imglib2.img.basictypeaccess.array.LongArray
Packages that use LongArray
Package
Description
-
Uses of LongArray in net.imglib2.img.array
Methods in net.imglib2.img.array that return types with arguments of type LongArrayModifier and TypeMethodDescriptionArrayImgs.bits(long... dim) ArrayImgs.longs(long... dim) ArrayImgs.longs(long[] array, long... dim) static ArrayImg<Unsigned128BitType, LongArray> ArrayImgs.unsigned128Bits(long... dim) static ArrayImg<Unsigned12BitType, LongArray> ArrayImgs.unsigned12Bits(long... dim) static ArrayImg<Unsigned2BitType, LongArray> ArrayImgs.unsigned2Bits(long... dim) static ArrayImg<Unsigned4BitType, LongArray> ArrayImgs.unsigned4Bits(long... dim) static ArrayImg<UnsignedLongType, LongArray> ArrayImgs.unsignedLongs(long... dim) static ArrayImg<UnsignedLongType, LongArray> ArrayImgs.unsignedLongs(long[] array, long... dim) static ArrayImg<UnsignedLongType, LongArray> ArrayImgs.unsignedLongss(long[] array, long... dim) Deprecated.ArrayImgs.unsignedVariableBitLengths(int nbits, long... dim) -
Uses of LongArray in net.imglib2.img.basictypeaccess.array
Subclasses with type arguments of type LongArray in net.imglib2.img.basictypeaccess.arrayMethods in net.imglib2.img.basictypeaccess.array that return LongArray -
Uses of LongArray in net.imglib2.img.planar
Methods in net.imglib2.img.planar that return types with arguments of type LongArray
ArrayImgs.unsignedLongs(long[], long...)