Uses of Class
net.imglib2.img.basictypeaccess.array.FloatArray
Packages that use FloatArray
Package
Description
-
Uses of FloatArray in net.imglib2.display.screenimage.awt
Methods in net.imglib2.display.screenimage.awt with parameters of type FloatArrayModifier and TypeMethodDescriptionprotected DataBufferFloatFloatAWTScreenImage.createDataBuffer(FloatArray data) Constructors in net.imglib2.display.screenimage.awt with parameters of type FloatArrayConstructor parameters in net.imglib2.display.screenimage.awt with type arguments of type FloatArray -
Uses of FloatArray in net.imglib2.img.array
Methods in net.imglib2.img.array that return types with arguments of type FloatArrayModifier and TypeMethodDescriptionstatic final ArrayImg<ComplexFloatType, FloatArray> ArrayImgs.complexFloats(float[] array, long... dim) static final ArrayImg<ComplexFloatType, FloatArray> ArrayImgs.complexFloats(long... dim) ArrayImgFactory.createFloatInstance(long[] dimensions, Fraction entitiesPerPixel) static final ArrayImg<FloatType, FloatArray> ArrayImgs.floats(float[] array, long... dim) static final ArrayImg<FloatType, FloatArray> ArrayImgs.floats(long... dim) -
Uses of FloatArray in net.imglib2.img.basictypeaccess.array
Methods in net.imglib2.img.basictypeaccess.array that return FloatArray -
Uses of FloatArray in net.imglib2.img.cell
Methods in net.imglib2.img.cell that return types with arguments of type FloatArrayModifier and TypeMethodDescriptionCellImgFactory.createFloatInstance(long[] dimensions, Fraction entitiesPerPixel) -
Uses of FloatArray in net.imglib2.img.planar
Methods in net.imglib2.img.planar that return types with arguments of type FloatArrayModifier and TypeMethodDescriptionstatic final PlanarImg<ComplexFloatType, FloatArray> PlanarImgs.complexFloats(long... dim) PlanarImgFactory.createFloatInstance(long[] dimensions, Fraction entitiesPerPixel) static final PlanarImg<FloatType, FloatArray> PlanarImgs.floats(long... dim)