| Package | Description | 
|---|---|
| loci.formats.ome | 
 Package containing Bio-Formats OME-related logic for
OME-XML metadata, and database import, upload and download. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private java.util.List<java.util.List<OMEPyramidStore.Resolution>> | 
OMEPyramidStore.resolutions  | 
| Modifier and Type | Method and Description | 
|---|---|
private OMEPyramidStore.Resolution | 
OMEPyramidStore.lookupResolution(int image,
                int res)
Find the Resolution object for the given indices. 
 | 
private OMEPyramidStore.Resolution | 
OMEPyramidStore.lookupResolution(int image,
                int res,
                boolean insert)
Find the Resolution object for the given indices. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
private void | 
OMEPyramidStore.insertResolution(OMEPyramidStore.Resolution r,
                int image,
                int res)
Store the given Resolution object at the given indices. 
 | 
Copyright © 2024 Open Microscopy Environment