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 Object implements Converter<R,DoubleType>
Converts any RealType to a DoubleType. If the input type is complex, it loses the imaginary part without complaining further.
Author:
Johannes Schindelin