Package net.imglib2.blocks
Class ConvertImpl.Convert_UnsignedShortType_FloatType
- java.lang.Object
-
- net.imglib2.blocks.ConvertImpl.Convert_UnsignedShortType_FloatType
-
- All Implemented Interfaces:
Convert
- Enclosing class:
- ConvertImpl
static class ConvertImpl.Convert_UnsignedShortType_FloatType extends java.lang.Object implements Convert
-
-
Field Summary
Fields Modifier and Type Field Description private Converter<UnsignedShortType,FloatType>converterprivate java.util.function.Supplier<Converter<UnsignedShortType,FloatType>>converterSupplier
-
Constructor Summary
Constructors Modifier Constructor Description Convert_UnsignedShortType_FloatType(java.util.function.Supplier<Converter<UnsignedShortType,FloatType>> converterSupplier)privateConvert_UnsignedShortType_FloatType(ConvertImpl.Convert_UnsignedShortType_FloatType convert)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconvert(java.lang.Object src, java.lang.Object dest, int length)ConvertnewInstance()
-
-
-
Field Detail
-
converterSupplier
private final java.util.function.Supplier<Converter<UnsignedShortType,FloatType>> converterSupplier
-
converter
private final Converter<UnsignedShortType,FloatType> converter
-
-
Constructor Detail
-
Convert_UnsignedShortType_FloatType
public Convert_UnsignedShortType_FloatType(java.util.function.Supplier<Converter<UnsignedShortType,FloatType>> converterSupplier)
-
Convert_UnsignedShortType_FloatType
private Convert_UnsignedShortType_FloatType(ConvertImpl.Convert_UnsignedShortType_FloatType convert)
-
-
Method Detail
-
convert
public void convert(java.lang.Object src, java.lang.Object dest, int length)
-
newInstance
public Convert newInstance()
- Specified by:
newInstancein interfaceConvert
-
-