Package | Description |
---|---|
mpicbg.imglib.cursor.cell |
Modifier and Type | Field and Description |
---|---|
protected CellContainer<T,?> |
CellCursor.container |
Modifier and Type | Method and Description |
---|---|
CellContainer<T,?> |
CellCursor.getStorageContainer() |
Constructor and Description |
---|
CellCursor(CellContainer<T,?> container,
Image<T> image,
T type) |
CellLocalizableByDimCursor(CellContainer<T,?> container,
Image<T> image,
T type) |
CellLocalizableByDimOutOfBoundsCursor(CellContainer<T,?> container,
Image<T> image,
T type,
OutOfBoundsStrategyFactory<T> outOfBoundsStrategyFactory) |
CellLocalizableCursor(CellContainer<T,?> container,
Image<T> image,
T type) |
CellLocalizablePlaneCursor(CellContainer<T,?> container,
Image<T> image,
T type) |
Copyright © 2015–2021 Fiji. All rights reserved.