Uses of Interface
net.imglib2.blocks.Convert
-
Packages that use Convert Package Description net.imglib2.blocks -
-
Uses of Convert in net.imglib2.blocks
Classes in net.imglib2.blocks that implement Convert Modifier and Type Class Description (package private) static classConvertImpl.Convert_UnsignedByteType_FloatType(package private) static classConvertImpl.Convert_UnsignedShortType_FloatType(package private) static classConvertImpl.ConvertGeneric<A extends NativeType<A>,B extends NativeType<B>>Fields in net.imglib2.blocks declared as Convert Modifier and Type Field Description private ConvertViewPrimitiveBlocks. convertMethods in net.imglib2.blocks that return Convert Modifier and Type Method Description static <A extends NativeType<A>,B extends NativeType<B>>
ConvertConvert. create(A srcType, B destType, java.util.function.Supplier<Converter<A,B>> converterSupplier)ConvertConvert. newInstance()ConvertConvertImpl.Convert_UnsignedByteType_FloatType. newInstance()ConvertConvertImpl.Convert_UnsignedShortType_FloatType. newInstance()ConvertConvertImpl.ConvertGeneric. newInstance()
-