Package | Description |
---|---|
com.bitplane.xt.img |
Modifier and Type | Method and Description |
---|---|
ImarisCachedCellImgOptions |
ImarisCachedCellImgOptions.append(ImarisCachedCellImgOptions additionalOptions) |
protected ImarisCachedCellImgOptions |
ImarisCachedCellImgOptions.copyOrThis() |
ImarisCachedCellImgOptions |
ImarisCachedCellImgOptions.dirtyAccesses(boolean dirty)
Specify whether the image should use
Dirty accesses. |
static ImarisCachedCellImgOptions |
ImarisCachedCellImgOptions.options()
Create default
ImarisCachedCellImgOptions . |
Modifier and Type | Method and Description |
---|---|
ImarisCachedCellImgOptions |
ImarisCachedCellImgOptions.append(ImarisCachedCellImgOptions additionalOptions) |
ImarisCachedCellImg<T,?> |
ImarisCachedCellImgFactory.create(Dimensions dimensions,
CellLoader<T> loader,
ImarisCachedCellImgOptions additionalOptions) |
ImarisCachedCellImg<T,?> |
ImarisCachedCellImgFactory.create(Dimensions dimensions,
ImarisCachedCellImgOptions additionalOptions) |
ImarisCachedCellImg<T,?> |
ImarisCachedCellImgFactory.create(Imaris.IDataSetPrx dataset,
Dimensions dimensions,
CellLoader<T> loader,
ImarisCachedCellImgOptions additionalOptions) |
ImarisCachedCellImg<T,?> |
ImarisCachedCellImgFactory.create(Imaris.IDataSetPrx dataset,
Dimensions dimensions,
ImarisCachedCellImgOptions additionalOptions) |
ImarisCachedLabelImg<T,?> |
ImarisCachedLabelImgFactory.create(Imaris.IDataSetPrx dataset,
long[] dimensions,
CellLoader<T> loader,
ImarisCachedCellImgOptions additionalOptions) |
ImarisCachedCellImg<T,?> |
ImarisCachedCellImgFactory.create(Imaris.IDataSetPrx dataset,
long[] dimensions,
CellLoader<T> loader,
ImarisCachedCellImgOptions additionalOptions) |
ImarisCachedProbabilitiesImg<T,?> |
ImarisCachedProbabilitiesImgFactory.create(Imaris.IDataSetPrx dataset,
long[] dimensions,
CellLoader<T> loader,
ImarisCachedCellImgOptions additionalOptions) |
ImarisCachedLabelImg<T,?> |
ImarisCachedLabelImgFactory.create(Imaris.IDataSetPrx dataset,
long[] dimensions,
ImarisCachedCellImgOptions additionalOptions) |
ImarisCachedCellImg<T,?> |
ImarisCachedCellImgFactory.create(Imaris.IDataSetPrx dataset,
long[] dimensions,
ImarisCachedCellImgOptions additionalOptions) |
ImarisCachedProbabilitiesImg<T,?> |
ImarisCachedProbabilitiesImgFactory.create(Imaris.IDataSetPrx dataset,
long[] dimensions,
ImarisCachedCellImgOptions additionalOptions) |
ImarisCachedCellImg<T,?> |
ImarisCachedCellImgFactory.create(long[] dimensions,
CellLoader<T> loader,
ImarisCachedCellImgOptions additionalOptions) |
ImarisCachedCellImg<T,?> |
ImarisCachedCellImgFactory.create(long[] dimensions,
ImarisCachedCellImgOptions additionalOptions) |
<A> ImarisCachedCellImg<T,A> |
ImarisCachedCellImgFactory.createWithCacheLoader(Dimensions dimensions,
CacheLoader<Long,Cell<A>> backingLoader,
ImarisCachedCellImgOptions additionalOptions) |
<A> ImarisCachedCellImg<T,A> |
ImarisCachedCellImgFactory.createWithCacheLoader(long[] dimensions,
CacheLoader<Long,Cell<A>> backingLoader,
ImarisCachedCellImgOptions additionalOptions) |
Constructor and Description |
---|
ImarisCachedCellImgFactory(T type,
ImarisApplication imaris,
ImarisCachedCellImgOptions optional)
Create a new
ImarisCachedCellImgFactory with the specified
configuration. |
ImarisCachedLabelImgFactory(T type,
ImarisApplication imaris,
ImarisCachedCellImgOptions optional)
Create a new
ImarisCachedLabelImgFactory with the specified
configuration. |
ImarisCachedProbabilitiesImgFactory(T type,
ImarisApplication imaris,
ImarisCachedCellImgOptions optional)
Create a new
ImarisCachedProbabilitiesImgFactory with the specified
configuration. |
Copyright © 2019–2021 Imaris. All rights reserved.