Uses of Class
net.imglib2.img.basictypeaccess.array.DoubleArray
-
Packages that use DoubleArray Package Description net.imglib2.display.screenimage.awt net.imglib2.img.array net.imglib2.img.basictypeaccess.array net.imglib2.img.planar -
-
Uses of DoubleArray in net.imglib2.display.screenimage.awt
Methods in net.imglib2.display.screenimage.awt with parameters of type DoubleArray Modifier and Type Method Description protected java.awt.image.DataBufferDoubleDoubleAWTScreenImage. createDataBuffer(DoubleArray data)Constructors in net.imglib2.display.screenimage.awt with parameters of type DoubleArray Constructor Description DoubleAWTScreenImage(DoubleType type, DoubleArray data, long[] dim)Constructor parameters in net.imglib2.display.screenimage.awt with type arguments of type DoubleArray Constructor Description DoubleAWTScreenImage(ArrayImg<DoubleType,DoubleArray> img) -
Uses of DoubleArray in net.imglib2.img.array
Methods in net.imglib2.img.array that return types with arguments of type DoubleArray Modifier and Type Method Description static ArrayImg<ComplexDoubleType,DoubleArray>ArrayImgs. complexDoubles(double[] array, long... dim)static ArrayImg<ComplexDoubleType,DoubleArray>ArrayImgs. complexDoubles(long... dim)static ArrayImg<DoubleType,DoubleArray>ArrayImgs. doubles(double[] array, long... dim)static ArrayImg<DoubleType,DoubleArray>ArrayImgs. doubles(long... dim) -
Uses of DoubleArray in net.imglib2.img.basictypeaccess.array
Methods in net.imglib2.img.basictypeaccess.array that return DoubleArray Modifier and Type Method Description DoubleArrayDoubleArray. createArray(int numEntities) -
Uses of DoubleArray in net.imglib2.img.planar
Methods in net.imglib2.img.planar that return types with arguments of type DoubleArray Modifier and Type Method Description static PlanarImg<ComplexDoubleType,DoubleArray>PlanarImgs. complexDoubles(long... dim)static PlanarImg<DoubleType,DoubleArray>PlanarImgs. doubles(long... dim)
-