T
- public static class Caches.RandomAccessibleLoader<T extends NativeType<T>> extends Object implements CellLoader<T>
CellLoader
implementation that fills a pre-allocated
cell with data from a RandomAccessible
source at the same
coordinates.Constructor and Description |
---|
RandomAccessibleLoader(RandomAccessible<T> source) |
Modifier and Type | Method and Description |
---|---|
void |
load(SingleCellArrayImg<T,?> cell)
Fill the specified cell with data.
|
public RandomAccessibleLoader(RandomAccessible<T> source)
public void load(SingleCellArrayImg<T,?> cell)
CellLoader
load
in interface CellLoader<T extends NativeType<T>>
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.Copyright © 2015–2022 ImgLib2. All rights reserved.