Uses of Class
net.imglib2.img.basictypeaccess.array.DoubleArray
Packages that use DoubleArray
Package
Description
-
Uses of DoubleArray in net.imglib2.display.screenimage.awt
Methods in net.imglib2.display.screenimage.awt with parameters of type DoubleArrayModifier and TypeMethodDescriptionprotected DataBufferDouble
DoubleAWTScreenImage.createDataBuffer
(DoubleArray data) Constructors in net.imglib2.display.screenimage.awt with parameters of type DoubleArrayModifierConstructorDescriptionDoubleAWTScreenImage
(DoubleType type, DoubleArray data, long[] dim) Constructor parameters in net.imglib2.display.screenimage.awt with type arguments of type DoubleArray -
Uses of DoubleArray in net.imglib2.img.array
Methods in net.imglib2.img.array that return types with arguments of type DoubleArrayModifier and TypeMethodDescriptionstatic final ArrayImg<ComplexDoubleType,
DoubleArray> ArrayImgs.complexDoubles
(double[] array, long... dim) static final ArrayImg<ComplexDoubleType,
DoubleArray> ArrayImgs.complexDoubles
(long... dim) ArrayImgFactory.createDoubleInstance
(long[] dimensions, Fraction entitiesPerPixel) static final ArrayImg<DoubleType,
DoubleArray> ArrayImgs.doubles
(double[] array, long... dim) static final 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 -
Uses of DoubleArray in net.imglib2.img.cell
Methods in net.imglib2.img.cell that return types with arguments of type DoubleArrayModifier and TypeMethodDescriptionCellImgFactory.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 DoubleArrayModifier and TypeMethodDescriptionstatic final PlanarImg<ComplexDoubleType,
DoubleArray> PlanarImgs.complexDoubles
(long... dim) PlanarImgFactory.createDoubleInstance
(long[] dimensions, Fraction entitiesPerPixel) static final PlanarImg<DoubleType,
DoubleArray> PlanarImgs.doubles
(long... dim)