Package net.imglib2.converter
Class RealTypeConverterInternals.ShortConverter
- java.lang.Object
-
- net.imglib2.converter.RealTypeConverterInternals.ShortConverter
-
- All Implemented Interfaces:
Converter<GenericShortType<?>,GenericShortType<?>>
- Enclosing class:
- RealTypeConverterInternals
public static class RealTypeConverterInternals.ShortConverter extends java.lang.Object implements Converter<GenericShortType<?>,GenericShortType<?>>
Converts voidGenericShortType.getShort().
-
-
Constructor Summary
Constructors Constructor Description ShortConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconvert(GenericShortType<?> input, GenericShortType<?> output)
-
-
-
Method Detail
-
convert
public void convert(GenericShortType<?> input, GenericShortType<?> output)
- Specified by:
convertin interfaceConverter<GenericShortType<?>,GenericShortType<?>>
-
-