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.cell 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.DataBufferDouble
DoubleAWTScreenImage. 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)
ArrayImg<T,DoubleArray>
ArrayImgFactory. createDoubleInstance(long[] dimensions, Fraction entitiesPerPixel)
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 DoubleArray
DoubleArray. createArray(int numEntities)
-
Uses of DoubleArray in net.imglib2.img.cell
Methods in net.imglib2.img.cell that return types with arguments of type DoubleArray Modifier and Type Method Description CellImg<T,DoubleArray>
CellImgFactory. createDoubleInstance(long[] dimensions, Fraction entitiesPerPixel)
-
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)
NativeImg<T,DoubleArray>
PlanarImgFactory. createDoubleInstance(long[] dimensions, Fraction entitiesPerPixel)
static PlanarImg<DoubleType,DoubleArray>
PlanarImgs. doubles(long... dim)
-