Package net.imglib2.img.cell
Interface AbstractCellImg.CellImgSampler<C>
-
- All Known Implementing Classes:
CellCursor,CellLocalizingCursor,CellRandomAccess,CellSpliterator.CursorOnCells
- Enclosing class:
- AbstractCellImg<T extends NativeType<T>,A extends DataAccess,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 CgetCell()
-
-
-
Method Detail
-
getCell
C getCell()
- Returns:
- the cell the sampler is currently in.
-
-