Package | Description |
---|---|
bdv.img.hdf5 | |
bdv.img.imaris | |
bdv.img.remote |
Modifier and Type | Field and Description |
---|---|
protected HashMap<ViewLevelId,DimsAndExistence> |
Hdf5ImageLoader.cachedDimsAndExistence
Maps
ViewLevelId (timepoint, setup, level) to
DimsAndExistence . |
Modifier and Type | Method and Description |
---|---|
int |
ViewLevelId.compareTo(ViewLevelId o)
|
boolean |
Hdf5ImageLoader.existsImageData(ViewLevelId id)
Checks whether the given image data is present in the hdf5.
|
static String |
Util.getCellsPath(ViewLevelId viewLevelId) |
DimsAndExistence |
Hdf5ImageLoader.getDimsAndExistence(ViewLevelId id) |
static String |
Util.getGroupPath(ViewLevelId viewLevelId) |
protected <T> RandomAccessibleInterval<T> |
Hdf5ImageLoader.SetupImgLoader.getMissingDataImage(ViewLevelId id,
T constant)
For images that are missing in the hdf5, a constant image is created.
|
Modifier and Type | Method and Description |
---|---|
DimsAndExistence |
IHDF5Access.getDimsAndExistence(ViewLevelId id) |
DimsAndExistence |
HDF5AccessHack.getDimsAndExistence(ViewLevelId id) |
protected <T extends NativeType<T>> |
ImarisImageLoader.prepareCachedImage(ViewLevelId id,
LoadingStrategy loadingStrategy,
T type)
(Almost) create a
CellImg backed by the cache. |
Modifier and Type | Field and Description |
---|---|
protected HashMap<ViewLevelId,int[]> |
RemoteImageLoader.cellsDimensions |
protected HashMap<ViewLevelId,DimsAndExistence> |
RemoteImageLoaderMetaData.dimsAndExistence
Maps
ViewLevelId (timepoint, setup, level) to
DimsAndExistence . |
Modifier and Type | Method and Description |
---|---|
protected HashMap<ViewLevelId,int[]> |
RemoteImageLoaderMetaData.createCellsDimensions()
Create an map from
ViewLevelId (timepoint, setup, level) to
int[]. |
Modifier and Type | Method and Description |
---|---|
boolean |
RemoteImageLoader.existsImageData(ViewLevelId id)
Checks whether the given image data is present on the server.
|
DimsAndExistence |
RemoteImageLoader.getDimsAndExistence(ViewLevelId id) |
protected <T> RandomAccessibleInterval<T> |
RemoteImageLoader.getMissingDataImage(ViewLevelId id,
T constant)
For images that are missing in the hdf5, a constant image is created.
|
protected <T extends NativeType<T>> |
RemoteImageLoader.prepareCachedImage(ViewLevelId id,
LoadingStrategy loadingStrategy,
T type)
Create a
VolatileCachedCellImg backed by the cache. |
Copyright © 2015–2021 Fiji. All rights reserved.