Uses of Class
net.imglib2.type.numeric.real.FloatType
Packages that use FloatType
Package
Description
-
Uses of FloatType in net.imglib2.blocks
Fields in net.imglib2.blocks with type parameters of type FloatTypeModifier and TypeFieldDescriptionprivate final Converter<UnsignedByteType, FloatType> ConvertImpl.Convert_UnsignedByteType_FloatType.converterprivate final Converter<UnsignedShortType, FloatType> ConvertImpl.Convert_UnsignedShortType_FloatType.converterprivate final Supplier<Converter<UnsignedByteType, FloatType>> ConvertImpl.Convert_UnsignedByteType_FloatType.converterSupplierprivate final Supplier<Converter<UnsignedShortType, FloatType>> ConvertImpl.Convert_UnsignedShortType_FloatType.converterSupplierConstructor parameters in net.imglib2.blocks with type arguments of type FloatTypeModifierConstructorDescriptionConvert_UnsignedByteType_FloatType(Supplier<Converter<UnsignedByteType, FloatType>> converterSupplier) Convert_UnsignedShortType_FloatType(Supplier<Converter<UnsignedShortType, FloatType>> converterSupplier) -
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 ArrayImg<FloatType, FloatArray> ArrayImgs.floats(float[] array, long... dim) static ArrayImg<FloatType, FloatArray> ArrayImgs.floats(long... dim) static <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
Fields in net.imglib2.type.numeric.real with type parameters of type FloatTypeModifier and TypeFieldDescriptionprivate static final NativeTypeFactory<FloatType, FloatAccess> FloatType.typeFactoryMethods 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 TypeMethodDescriptionstatic RealComposite<FloatType> FloatType.createVector(int n) FloatType.getNativeTypeFactory()static RealComposite<FloatType> FloatType.wrapVector(float[] array) Wrap an array as an n-dimensionalRealCompositeofFloatType.Methods in net.imglib2.type.numeric.real with parameters of type FloatType -
Uses of FloatType in net.imglib2.type.volatiles
Subclasses of FloatType in net.imglib2.type.volatiles