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

  • Constructor Details

    • RealConvertingDoubleAccess

      private RealConvertingDoubleAccess(Sampler<? extends R> sampler)
  • Method Details

    • getValue

      public double getValue(int index)
      This is only intended to work with DoubleType! We ignore index!!!
      Specified by:
      getValue in interface DoubleAccess
    • setValue

      public void setValue(int index, double value)
      This is only intended to work with DoubleType! We ignore index!!!
      Specified by:
      setValue in interface DoubleAccess