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.cell 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.DataBufferFloat
FloatAWTScreenImage. 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)
ArrayImg<T,FloatArray>
ArrayImgFactory. createFloatInstance(long[] dimensions, Fraction entitiesPerPixel)
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 FloatArray
FloatArray. createArray(int numEntities)
-
Uses of FloatArray in net.imglib2.img.cell
Methods in net.imglib2.img.cell that return types with arguments of type FloatArray Modifier and Type Method Description CellImg<T,FloatArray>
CellImgFactory. 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 FloatArray Modifier and Type Method Description static PlanarImg<ComplexFloatType,FloatArray>
PlanarImgs. complexFloats(long... dim)
NativeImg<T,FloatArray>
PlanarImgFactory. createFloatInstance(long[] dimensions, Fraction entitiesPerPixel)
static PlanarImg<FloatType,FloatArray>
PlanarImgs. floats(long... dim)
-