Package net.imglib2.converter
Class RealDoubleConverter<R extends RealType<R>>
- java.lang.Object
-
- net.imglib2.converter.RealDoubleConverter<R>
-
- All Implemented Interfaces:
Converter<R,DoubleType>
public class RealDoubleConverter<R extends RealType<R>> extends java.lang.Object implements Converter<R,DoubleType>
Converts anyRealType
to aDoubleType
. If the input type is complex, it loses the imaginary part without complaining further.- Author:
- Johannes Schindelin
-
-
Constructor Summary
Constructors Constructor Description RealDoubleConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
convert(R input, DoubleType output)
-
-
-
Method Detail
-
convert
public void convert(R input, DoubleType output)
-
-