Class RealDoubleSamplerConverter.RealConvertingDoubleAccess<R extends RealType<R>>
java.lang.Object
net.imglib2.converter.readwrite.RealDoubleSamplerConverter.RealConvertingDoubleAccess<R>
- All Implemented Interfaces:
DataAccess, DoubleAccess
- Enclosing class:
RealDoubleSamplerConverter<R extends RealType<R>>
private static final class RealDoubleSamplerConverter.RealConvertingDoubleAccess<R extends RealType<R>>
extends Object
implements DoubleAccess
-
Field Details
-
sampler
-
-
Constructor Details
-
RealConvertingDoubleAccess
-
-
Method Details
-
getValue
public double getValue(int index) This is only intended to work with DoubleType! We ignore index!!!- Specified by:
getValuein interfaceDoubleAccess
-
setValue
public void setValue(int index, double value) This is only intended to work with DoubleType! We ignore index!!!- Specified by:
setValuein interfaceDoubleAccess
-