public static interface LoadedCellCacheLoader.ArrayDataAccessWrapper<A extends ArrayDataAccess<A>,W extends ArrayDataAccess<W>>
ArrayDataAccess
of type A
as another
ArrayDataAccess
. This is used to strip the dirty flag off
Dirty
accesses for initially populating a cell with data
(otherwise the cell would immediately be marked dirty).
Additionally, wrapDirty(ArrayDataAccess)
provides access to the
dirty flag (if any) to be able to selectively mark cells as dirty from a
CellLoader
.
Modifier and Type | Method and Description |
---|---|
W |
wrap(A access) |
Dirty |
wrapDirty(A access) |
Copyright © 2015–2022 ImgLib2. All rights reserved.