Uses of Class
net.imglib2.type.numeric.real.FloatType
-
-
Uses of FloatType in net.imglib2.blocks
Fields in net.imglib2.blocks with type parameters of type FloatType Modifier and Type Field Description private Converter<UnsignedByteType,FloatType>ConvertImpl.Convert_UnsignedByteType_FloatType. converterprivate Converter<UnsignedShortType,FloatType>ConvertImpl.Convert_UnsignedShortType_FloatType. converterprivate java.util.function.Supplier<Converter<UnsignedByteType,FloatType>>ConvertImpl.Convert_UnsignedByteType_FloatType. converterSupplierprivate java.util.function.Supplier<Converter<UnsignedShortType,FloatType>>ConvertImpl.Convert_UnsignedShortType_FloatType. converterSupplierConstructor parameters in net.imglib2.blocks with type arguments of type FloatType Constructor Description Convert_UnsignedByteType_FloatType(java.util.function.Supplier<Converter<UnsignedByteType,FloatType>> converterSupplier)Convert_UnsignedShortType_FloatType(java.util.function.Supplier<Converter<UnsignedShortType,FloatType>> converterSupplier) -
Uses of FloatType in net.imglib2.converter
Methods in net.imglib2.converter with parameters of type FloatType Modifier and Type Method Description voidComplexImaginaryFloatConverter. convert(R input, FloatType output)voidComplexPhaseFloatConverter. convert(R input, FloatType output)voidComplexPowerFloatConverter. convert(R input, FloatType output)voidComplexPowerGLogFloatConverter. convert(R input, FloatType output)voidComplexRealFloatConverter. convert(R input, FloatType output)voidRealFloatConverter. convert(R input, FloatType output) -
Uses of FloatType in net.imglib2.converter.readwrite
Methods in net.imglib2.converter.readwrite that return FloatType Modifier and Type Method Description FloatTypeRealFloatSamplerConverter. convert(Sampler<? extends R> sampler) -
Uses of FloatType in net.imglib2.display.screenimage.awt
Constructors in net.imglib2.display.screenimage.awt with parameters of type FloatType Constructor Description FloatAWTScreenImage(FloatType type, FloatArray data, long[] dim)Constructor parameters in net.imglib2.display.screenimage.awt with type arguments of type FloatType Constructor Description FloatAWTScreenImage(ArrayImg<FloatType,FloatArray> img) -
Uses of FloatType in net.imglib2.img.array
Methods in net.imglib2.img.array that return types with arguments of type FloatType Modifier and Type Method Description static 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 FloatType Modifier and Type Method Description static 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 FloatType Modifier and Type Field Description private static NativeTypeFactory<FloatType,FloatAccess>FloatType. typeFactoryMethods in net.imglib2.type.numeric.real that return FloatType Modifier and Type Method Description FloatTypeFloatType. copy()FloatTypeFloatType. createVariable()FloatTypeFloatType. duplicateTypeOnSameNativeImg()Methods in net.imglib2.type.numeric.real that return types with arguments of type FloatType Modifier and Type Method Description static RealComposite<FloatType>FloatType. createVector(int n)NativeTypeFactory<FloatType,FloatAccess>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 Modifier and Type Method Description voidFloatType. add(FloatType c)intFloatType. compareTo(FloatType other)voidFloatType. div(FloatType c)voidFloatType. mul(FloatType c)voidFloatType. set(FloatType c)voidFloatType. sub(FloatType c)booleanFloatType. valueEquals(FloatType other) -
Uses of FloatType in net.imglib2.type.volatiles
Subclasses of FloatType in net.imglib2.type.volatiles Modifier and Type Class Description private static classVolatileFloatType.WrappedFloatType
-