public interface ReadOnlyOptions<T> extends org.scijava.optional.Options<T>
ImarisDataset
should be opened as read-only (vs
modifiable).Modifier and Type | Interface and Description |
---|---|
static interface |
ReadOnlyOptions.Val |
Modifier and Type | Method and Description |
---|---|
default T |
readOnly()
Open the dataset as read-only (vs modifiable).
|
setValue
default T readOnly()
Modifying methods like ImarisDataset.setCalibration(java.lang.String, float, float, float, float, float, float)
will throw
UnsupportedOperationException
. Changes to pixel values are
possible but will not be written back to Imaris and are forgotten when
the respective pixel is evicted from cache.
By default, all datasets are modifiable.
Copyright © 2019–2021 Imaris. All rights reserved.