Package net.imglib2.img.cell
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
-
Method Details
-
getCell
C getCell()- Returns:
- the cell the sampler is currently in.
-