Package | Description |
---|---|
loci.visbio.data | |
loci.visbio.ext | |
loci.visbio.overlays | |
loci.visbio.view |
Modifier and Type | Method and Description |
---|---|
Data |
SpectralTransform.getData(TransformLink link,
int[] pos,
int dim,
DataCache cache)
Retrieves the data corresponding to the given dimensional position, for the
given display dimensionality.
|
Data |
ProjectionTransform.getData(TransformLink link,
int[] pos,
int dim,
DataCache cache)
Retrieves the data corresponding to the given dimensional position, for the
given display dimensionality.
|
Data |
ImageTransform.getData(TransformLink link,
int[] pos,
int dim,
DataCache cache)
Retrieves the data corresponding to the given dimensional position, for the
given display dimensionality.
|
abstract Data |
DataTransform.getData(TransformLink link,
int[] pos,
int dim,
DataCache cache)
Retrieves the data corresponding to the given dimensional position, for the
given display dimensionality.
|
Data |
CollapseTransform.getData(TransformLink link,
int[] pos,
int dim,
DataCache cache)
Retrieves the data corresponding to the given dimensional position, for the
given display dimensionality.
|
Data |
ArbitrarySlice.getData(TransformLink link,
int[] pos,
int dim,
DataCache cache)
Retrieves the data corresponding to the given dimensional position, for the
given display dimensionality.
|
Modifier and Type | Method and Description |
---|---|
Data |
ExternalFunction.getData(TransformLink link,
int[] pos,
int dim,
DataCache cache)
Retrieves the data corresponding to the given dimensional position, for the
given display dimensionality.
|
Modifier and Type | Method and Description |
---|---|
Data |
OverlayTransform.getData(TransformLink link,
int[] pos,
int dim,
DataCache cache)
Retrieves the data corresponding to the given dimensional position, for the
given display dimensionality.
|
Modifier and Type | Field and Description |
---|---|
protected DataCache |
TransformHandler.cache
Cache of full-resolution data in memory.
|
Modifier and Type | Method and Description |
---|---|
DataCache |
TransformHandler.getCache()
Gets cache of full-resolution data in memory.
|
Copyright © 2015–2022 SciJava. All rights reserved.