Package net.imglib2.converter.readwrite
Interface SamplerConverter<A,B>
-
- All Known Implementing Classes:
ARGBChannelSamplerConverter
,RealDoubleSamplerConverter
,RealFloatSamplerConverter
public interface SamplerConverter<A,B>
TODO
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description B
convert(Sampler<? extends A> sampler)
-