Interface AbstractCellImg.CellImgSampler<C>

All Known Implementing Classes:
CellCursor, CellLocalizingCursor, CellRandomAccess
Enclosing class:
AbstractCellImg<T extends NativeType<T>,A,C extends Cell<A>,I extends RandomAccessible<C> & IterableInterval<C>>

public static interface AbstractCellImg.CellImgSampler<C>
This interface is implemented by all samplers on the AbstractCellImg. It allows to ask for the cell the sampler is currently in.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getCell

      C getCell()
      Returns:
      the cell the sampler is currently in.