public class ImarisCachedCellImgOptions extends org.scijava.optional.AbstractOptions<ImarisCachedCellImgOptions> implements AccessOptions<ImarisCachedCellImgOptions>, CellDimensionsOptions<ImarisCachedCellImgOptions>, CacheOptions<ImarisCachedCellImgOptions>, ImarisCacheOptions<ImarisCachedCellImgOptions>
ImarisCachedCellImgFactory
.Modifier and Type | Class and Description |
---|---|
class |
ImarisCachedCellImgOptions.Values |
org.scijava.optional.AbstractOptions.AbstractValues, org.scijava.optional.AbstractOptions.ValuesToString
AccessOptions.Val
CellDimensionsOptions.Val
CacheOptions.CacheType, CacheOptions.Val
ImarisCacheOptions.Val
Modifier and Type | Field and Description |
---|---|
ImarisCachedCellImgOptions.Values |
values |
Constructor and Description |
---|
ImarisCachedCellImgOptions() |
Modifier and Type | Method and Description |
---|---|
ImarisCachedCellImgOptions |
append(ImarisCachedCellImgOptions additionalOptions) |
protected ImarisCachedCellImgOptions |
copyOrThis() |
ImarisCachedCellImgOptions |
dirtyAccesses(boolean dirty)
Specify whether the image should use
Dirty accesses. |
static ImarisCachedCellImgOptions |
options()
Create default
ImarisCachedCellImgOptions . |
setValue, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
volatileAccesses
cellDimensions
cacheType, maxCacheSize
initializeCellsAsDirty, maxIoQueueSize, numIoThreads, persistOnLoad
setValue
public final ImarisCachedCellImgOptions.Values values
public static ImarisCachedCellImgOptions options()
ImarisCachedCellImgOptions
.ImarisCachedCellImgOptions
.public ImarisCachedCellImgOptions dirtyAccesses(boolean dirty)
Dirty
accesses. Dirty
accesses track whether cells were written to. Only cells that were
written to are (potentially) cached to disk.
This is true
by default.
dirtyAccesses
in interface AccessOptions<ImarisCachedCellImgOptions>
dirty
- whether the image should use Dirty
accesses.public ImarisCachedCellImgOptions append(ImarisCachedCellImgOptions additionalOptions)
append
in class org.scijava.optional.AbstractOptions<ImarisCachedCellImgOptions>
protected ImarisCachedCellImgOptions copyOrThis()
copyOrThis
in class org.scijava.optional.AbstractOptions<ImarisCachedCellImgOptions>
Copyright © 2019–2021 Imaris. All rights reserved.