Package net.imglib2.converter.readwrite
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 java.lang.Object implements DoubleAccess
-
-
Constructor Summary
Constructors Modifier Constructor Description privateRealConvertingDoubleAccess(Sampler<? extends R> sampler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetValue(int index)This is only intended to work with DoubleType! We ignore index!!!voidsetValue(int index, double value)This is only intended to work with DoubleType! We ignore index!!!-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.imglib2.img.basictypeaccess.DataAccess
createView
-
-
-
-
Method Detail
-
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
-
-