T
- pixel typepublic interface CellLoader<T extends NativeType<T>>
Modifier and Type | Method and Description |
---|---|
void |
load(SingleCellArrayImg<T,?> cell)
Fill the specified cell with data.
|
void load(SingleCellArrayImg<T,?> cell) throws Exception
cell
- the cell to load. The cell is given as a Img
with
minimum and maximum reflecting the part of the
AbstractCellImg
that is covered.Exception
Copyright © 2015–2022 ImgLib2. All rights reserved.