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 theAbstractCellImg
. It allows to ask for the cell the sampler is currently in.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description C
getCell()
-
-
-
Method Detail
-
getCell
C getCell()
- Returns:
- the cell the sampler is currently in.
-
-