Uses of Class
net.imglib2.img.basictypeaccess.array.ShortArray
-
Packages that use ShortArray Package Description net.imglib2.display.projector.specialized net.imglib2.display.screenimage.awt net.imglib2.img.array net.imglib2.img.basictypeaccess.array net.imglib2.img.planar -
-
Uses of ShortArray in net.imglib2.display.projector.specialized
Fields in net.imglib2.display.projector.specialized with type parameters of type ShortArray Modifier and Type Field Description private PlanarImg<A,ShortArray>PlanarImgXYShortProjector. sourceConstructor parameters in net.imglib2.display.projector.specialized with type arguments of type ShortArray Constructor Description ArrayImgXYShortProjector(ArrayImg<A,ShortArray> source, ArrayImg<UnsignedShortType,ShortArray> target, double normalizationFactor, double min)Normalizes an ArrayImg and writes the result into target.PlanarImgXYShortProjector(PlanarImg<A,ShortArray> source, ArrayImg<UnsignedShortType,ShortArray> target, double normalizationFactor, double min)Normalizes a PlanarImg and writes the result into target.PlanarImgXYShortProjector(PlanarImg<A,ShortArray> source, ArrayImg<UnsignedShortType,ShortArray> target, double normalizationFactor, double min)Normalizes a PlanarImg and writes the result into target. -
Uses of ShortArray in net.imglib2.display.screenimage.awt
Methods in net.imglib2.display.screenimage.awt with parameters of type ShortArray Modifier and Type Method Description protected SignedShortDataBufferShortAWTScreenImage. createDataBuffer(ShortArray data)protected java.awt.image.DataBufferUShortUnsignedShortAWTScreenImage. createDataBuffer(ShortArray data)Constructors in net.imglib2.display.screenimage.awt with parameters of type ShortArray Constructor Description ShortAWTScreenImage(ShortType type, ShortArray data, long[] dim)UnsignedShortAWTScreenImage(UnsignedShortType type, ShortArray data, long[] dim)Constructor parameters in net.imglib2.display.screenimage.awt with type arguments of type ShortArray Constructor Description ShortAWTScreenImage(ArrayImg<ShortType,ShortArray> img)UnsignedShortAWTScreenImage(ArrayImg<UnsignedShortType,ShortArray> img) -
Uses of ShortArray in net.imglib2.img.array
Methods in net.imglib2.img.array that return types with arguments of type ShortArray Modifier and Type Method Description static ArrayImg<ShortType,ShortArray>ArrayImgs. shorts(long... dim)static ArrayImg<ShortType,ShortArray>ArrayImgs. shorts(short[] array, long... dim)static ArrayImg<UnsignedShortType,ShortArray>ArrayImgs. unsignedShorts(long... dim)static ArrayImg<UnsignedShortType,ShortArray>ArrayImgs. unsignedShorts(short[] array, long... dim) -
Uses of ShortArray in net.imglib2.img.basictypeaccess.array
Methods in net.imglib2.img.basictypeaccess.array that return ShortArray Modifier and Type Method Description ShortArrayShortArray. createArray(int numEntities) -
Uses of ShortArray in net.imglib2.img.planar
Methods in net.imglib2.img.planar that return types with arguments of type ShortArray Modifier and Type Method Description static PlanarImg<ShortType,ShortArray>PlanarImgs. shorts(long... dim)static PlanarImg<UnsignedShortType,ShortArray>PlanarImgs. unsignedShorts(long... dim)
-