Uses of Class
net.imglib2.img.basictypeaccess.array.FloatArray
-
Packages that use FloatArray Package Description net.imglib2.display.screenimage.awt net.imglib2.img.array net.imglib2.img.basictypeaccess.array net.imglib2.img.planar -
-
Uses of FloatArray in net.imglib2.display.screenimage.awt
Methods in net.imglib2.display.screenimage.awt with parameters of type FloatArray Modifier and Type Method Description protected java.awt.image.DataBufferFloatFloatAWTScreenImage. createDataBuffer(FloatArray data)Constructors in net.imglib2.display.screenimage.awt with parameters of type FloatArray Constructor Description FloatAWTScreenImage(FloatType type, FloatArray data, long[] dim)Constructor parameters in net.imglib2.display.screenimage.awt with type arguments of type FloatArray Constructor Description FloatAWTScreenImage(ArrayImg<FloatType,FloatArray> img) -
Uses of FloatArray in net.imglib2.img.array
Methods in net.imglib2.img.array that return types with arguments of type FloatArray Modifier and Type Method Description static ArrayImg<ComplexFloatType,FloatArray>ArrayImgs. complexFloats(float[] array, long... dim)static ArrayImg<ComplexFloatType,FloatArray>ArrayImgs. complexFloats(long... dim)static ArrayImg<FloatType,FloatArray>ArrayImgs. floats(float[] array, long... dim)static 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 Modifier and Type Method Description FloatArrayFloatArray. createArray(int numEntities) -
Uses of FloatArray in net.imglib2.img.planar
Methods in net.imglib2.img.planar that return types with arguments of type FloatArray Modifier and Type Method Description static PlanarImg<ComplexFloatType,FloatArray>PlanarImgs. complexFloats(long... dim)static PlanarImg<FloatType,FloatArray>PlanarImgs. floats(long... dim)
-