Package net.imglib2.converter.readwrite
Class RealDoubleSamplerConverter<R extends RealType<R>>
- java.lang.Object
-
- net.imglib2.converter.readwrite.RealDoubleSamplerConverter<R>
-
- All Implemented Interfaces:
SamplerConverter<R,DoubleType>
public final class RealDoubleSamplerConverter<R extends RealType<R>> extends java.lang.Object implements SamplerConverter<R,DoubleType>
TODO
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static classRealDoubleSamplerConverter.RealConvertingDoubleAccess<R extends RealType<R>>
-
Constructor Summary
Constructors Constructor Description RealDoubleSamplerConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DoubleTypeconvert(Sampler<? extends R> sampler)
-
-
-
Method Detail
-
convert
public DoubleType convert(Sampler<? extends R> sampler)
- Specified by:
convertin interfaceSamplerConverter<R extends RealType<R>,DoubleType>
-
-