Uses of Class
net.imglib2.type.numeric.real.FloatType
Packages that use FloatType
Package
Description
-
Uses of FloatType in net.imglib2.converter
Methods in net.imglib2.converter with parameters of type FloatTypeModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoid -
Uses of FloatType in net.imglib2.converter.readwrite
Methods in net.imglib2.converter.readwrite that return FloatType -
Uses of FloatType in net.imglib2.display.screenimage.awt
Constructors in net.imglib2.display.screenimage.awt with parameters of type FloatTypeConstructor parameters in net.imglib2.display.screenimage.awt with type arguments of type FloatType -
Uses of FloatType in net.imglib2.img.array
Methods in net.imglib2.img.array that return types with arguments of type FloatTypeModifier and TypeMethodDescriptionstatic final ArrayImg<FloatType, FloatArray> ArrayImgs.floats(float[] array, long... dim) static final ArrayImg<FloatType, FloatArray> ArrayImgs.floats(long... dim) static final <A extends FloatAccess>
ArrayImg<FloatType, A> ArrayImgs.floats(A access, long... dim) -
Uses of FloatType in net.imglib2.img.planar
Methods in net.imglib2.img.planar that return types with arguments of type FloatTypeModifier and TypeMethodDescriptionstatic final PlanarImg<FloatType, FloatArray> PlanarImgs.floats(long... dim) -
Uses of FloatType in net.imglib2.type.numeric.real
Methods in net.imglib2.type.numeric.real that return FloatTypeModifier and TypeMethodDescriptionFloatType.copy()FloatType.createVariable()FloatType.duplicateTypeOnSameNativeImg()Methods in net.imglib2.type.numeric.real that return types with arguments of type FloatTypeModifier and TypeMethodDescriptionNativeImg<FloatType, ? extends FloatAccess> FloatType.createSuitableNativeImg(NativeImgFactory<FloatType> storageFactory, long[] dim) Methods in net.imglib2.type.numeric.real with parameters of type FloatTypeModifier and TypeMethodDescriptionvoidintvoidvoidvoidvoidbooleanFloatType.valueEquals(FloatType t) Method parameters in net.imglib2.type.numeric.real with type arguments of type FloatTypeModifier and TypeMethodDescriptionNativeImg<FloatType, ? extends FloatAccess> FloatType.createSuitableNativeImg(NativeImgFactory<FloatType> storageFactory, long[] dim)