Class RealFloatSamplerConverter.RealConvertingFloatAccess<R extends RealType<R>>

java.lang.Object
net.imglib2.converter.readwrite.RealFloatSamplerConverter.RealConvertingFloatAccess<R>
All Implemented Interfaces:
DataAccess, FloatAccess
Enclosing class:
RealFloatSamplerConverter<R extends RealType<R>>

private static final class RealFloatSamplerConverter.RealConvertingFloatAccess<R extends RealType<R>> extends Object implements FloatAccess
  • Field Details

  • Constructor Details

    • RealConvertingFloatAccess

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

    • getValue

      public float getValue(int index)
      This is only intended to work with FloatType! We ignore index!!!
      Specified by:
      getValue in interface FloatAccess
    • setValue

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