public class RemoteImageLoaderMetaData extends Object
Modifier and Type | Field and Description |
---|---|
protected HashMap<ViewLevelId,DimsAndExistence> |
dimsAndExistence
Maps
ViewLevelId (timepoint, setup, level) to
DimsAndExistence . |
protected int |
maxNumLevels
The maximum number of mipmap levels occuring in all setups.
|
protected int |
maxNumSetups
The highest occurring setup id + 1.
|
protected int |
maxNumTimepoints
The highest occurring timepoint id + 1.
|
protected HashMap<Integer,MipmapInfo> |
perSetupMipmapInfo
Description of available mipmap levels for each
BasicViewSetup . |
Constructor and Description |
---|
RemoteImageLoaderMetaData(Hdf5ImageLoader imgLoader,
AbstractSequenceDescription<?,?,?> sequenceDescription) |
Modifier and Type | Method and Description |
---|---|
protected HashMap<ViewLevelId,int[]> |
createCellsDimensions()
Create an map from
ViewLevelId (timepoint, setup, level) to
int[]. |
protected int maxNumTimepoints
protected int maxNumSetups
protected int maxNumLevels
protected final HashMap<Integer,MipmapInfo> perSetupMipmapInfo
BasicViewSetup
.
Contains for each mipmap level, the subsampling factors and subdivision
block sizes. The HashMap
key is the setup id.protected final HashMap<ViewLevelId,DimsAndExistence> dimsAndExistence
ViewLevelId
(timepoint, setup, level) to
DimsAndExistence
. Every entry represents the existence and
dimensions of one image.public RemoteImageLoaderMetaData(Hdf5ImageLoader imgLoader, AbstractSequenceDescription<?,?,?> sequenceDescription)
protected HashMap<ViewLevelId,int[]> createCellsDimensions()
ViewLevelId
(timepoint, setup, level) to
int[]. Every entry is the dimensions in cells (instead of pixels) of one
image.Copyright © 2015–2021 Fiji. All rights reserved.