public interface AccessOptions<T> extends Options<T>
Modifier and Type | Interface and Description |
---|---|
static interface |
AccessOptions.Val |
Modifier and Type | Method and Description |
---|---|
default T |
dirtyAccesses(boolean dirty)
Specify whether the image should use
Dirty accesses. |
default T |
volatileAccesses(boolean volatil) |
default T dirtyAccesses(boolean dirty)
Dirty
accesses. Dirty
accesses track whether cells were written to.
This is false
by default.
dirty
- whether the image should use Dirty
accesses.default T volatileAccesses(boolean volatil)
Copyright © 2015–2022 ImgLib2. All rights reserved.