Uses of Class
net.imglib2.img.basictypeaccess.array.LongArray
-
Packages that use LongArray Package Description net.imglib2.img.array net.imglib2.img.basictypeaccess.array net.imglib2.img.cell net.imglib2.img.planar -
-
Uses of LongArray in net.imglib2.img.array
Methods in net.imglib2.img.array that return types with arguments of type LongArray Modifier and Type Method Description static ArrayImg<BitType,LongArray>
ArrayImgs. bits(long... dim)
ArrayImg<T,LongArray>
ArrayImgFactory. createLongInstance(long[] dimensions, Fraction entitiesPerPixel)
static ArrayImg<LongType,LongArray>
ArrayImgs. longs(long... dim)
static ArrayImg<LongType,LongArray>
ArrayImgs. longs(long[] array, long... dim)
static ArrayImg<UnsignedLongType,LongArray>
ArrayImgs. unsignedLongs(long... dim)
static ArrayImg<UnsignedLongType,LongArray>
ArrayImgs. unsignedLongss(long[] array, long... dim)
-
Uses of LongArray in net.imglib2.img.basictypeaccess.array
Methods in net.imglib2.img.basictypeaccess.array that return LongArray Modifier and Type Method Description LongArray
LongArray. createArray(int numEntities)
-
Uses of LongArray in net.imglib2.img.cell
Methods in net.imglib2.img.cell that return types with arguments of type LongArray Modifier and Type Method Description CellImg<T,LongArray>
CellImgFactory. createLongInstance(long[] dimensions, Fraction entitiesPerPixel)
-
Uses of LongArray in net.imglib2.img.planar
Methods in net.imglib2.img.planar that return types with arguments of type LongArray Modifier and Type Method Description static PlanarImg<BitType,LongArray>
PlanarImgs. bits(long... dim)
NativeImg<T,LongArray>
PlanarImgFactory. createLongInstance(long[] dimensions, Fraction entitiesPerPixel)
static PlanarImg<LongType,LongArray>
PlanarImgs. longs(long... dim)
-