Class CellSpliterator.CursorOnCells<C extends Cell<?>>
java.lang.Object
net.imglib2.img.cell.CellSpliterator.CursorOnCells<C>
- All Implemented Interfaces:
AbstractCellImg.CellImgSampler<C>
- Enclosing class:
CellSpliterator<T extends NativeType<T>, C extends Cell<?>>
private static class CellSpliterator.CursorOnCells<C extends Cell<?>>
extends Object
implements AbstractCellImg.CellImgSampler<C>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCursorOnCells(Cursor<C> delegate) Delegate is assumed to be in initial state, such that the first fwd() will move to the first element. -
Method Summary
-
Field Details
-
index
private long index -
delegate
-
-
Constructor Details
-
CursorOnCells
-
CursorOnCells
CursorOnCells(CellSpliterator.CursorOnCells<C> o)
-
-
Method Details
-
index
public long index() -
setIndex
public void setIndex(long index) -
getCell
- Specified by:
getCellin interfaceAbstractCellImg.CellImgSampler<C extends Cell<?>>- Returns:
- the cell the sampler is currently in.
-
fwd
public void fwd() -
copy
-