Interface | Description |
---|---|
AbstractCellImg.CellImgSampler<C> |
This interface is implemented by all samplers on the
AbstractCellImg . |
LazyCellImg.Get<T> |
Class | Description |
---|---|
AbstractCellImg<T extends NativeType<T>,A,C extends Cell<A>,I extends RandomAccessible<C> & IterableInterval<C>> |
Abstract superclass for
Img types that divide their underlying data
into cells. |
Cell<A> |
A cell of an
AbstractCellImg . |
CellCursor<T extends NativeType<T>,C extends Cell<?>> |
Cursor on a AbstractCellImg . |
CellGrid |
Defines
AbstractCellImg geometry and translates between image, cell,
and grid coordinates. |
CellImg<T extends NativeType<T>,A> | |
CellImgFactory<T extends NativeType<T>> |
Factory for creating
CellImgs . |
CellIterationOrder |
Iteration order for a
CellImg . |
CellLocalizingCursor<T extends NativeType<T>,C extends Cell<?>> |
Localizing
Cursor on a AbstractCellImg . |
CellRandomAccess<T extends NativeType<T>,C extends Cell<?>> |
RandomAccess on a AbstractCellImg . |
LazyCellImg<T extends NativeType<T>,A> |
A
AbstractCellImg that obtains its Cells lazily when they are
accessed. |
LazyCellImg.LazyCells<T> |
Copyright © 2015–2022 ImgLib2. All rights reserved.