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
Classes in net.imglib2.converter that implement interfaces with type arguments of type FloatTypeModifier and TypeClassDescriptionclassComplexImaginaryFloatConverter<R extends ComplexType<R>>Returns the imaginary value of a complex valueclassComplexPhaseFloatConverter<R extends ComplexType<R>>Computes the phase spectrum for a complex valueclassComplexPowerFloatConverter<R extends ComplexType<R>>Computes the power spectrum for a complex valueclassComplexPowerGLogFloatConverter<R extends ComplexType<R>>Computes the generalized log of the power spectrum for a complex valueclassComplexRealFloatConverter<R extends ComplexType<R>>Returns the real value for of complex valueclassRealFloatConverter<R extends RealType<R>>Methods in net.imglib2.converter with parameters of type FloatTypeModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoid -
Uses of FloatType in net.imglib2.converter.readwrite
Classes in net.imglib2.converter.readwrite that implement interfaces with type arguments of type FloatTypeModifier and TypeClassDescriptionfinal classRealFloatSamplerConverter<R extends RealType<R>>TODOMethods in net.imglib2.converter.readwrite that return FloatType -
Uses of FloatType in net.imglib2.display.screenimage.awt
Subclasses with type arguments of type FloatType in net.imglib2.display.screenimage.awtModifier and TypeClassDescriptionclassAAWTScreenImagethat is anArrayImg<FloatType, FloatArray>.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
Subclasses with type arguments of type FloatType in net.imglib2.type.numeric.realClasses in net.imglib2.type.numeric.real that implement interfaces with type arguments of type FloatTypeFields 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.volatilesSubclasses with type arguments of type FloatType in net.imglib2.type.volatiles