Package | Description |
---|---|
ome.io.nio |
New Input/Output handling for the OMERO server
This includes interfaces/classes for the input and output handling of data within
the OMERO server.
|
Modifier and Type | Method and Description |
---|---|
static int |
Utils.forEachTile(TileLoopIteration iteration,
int sizeX,
int sizeY,
int sizeZ,
int sizeC,
int sizeT,
int tileWidth,
int tileHeight)
Iterates over every tile in a given pixel buffer based on the
over arching dimensions and a requested maximum tile width and height.
|
static int |
Utils.forEachTile(TileLoopIteration iteration,
PixelBuffer pixelBuffer,
int tileWidth,
int tileHeight)
Iterates over every tile in a given pixel buffer based on the
over arching dimensions and a requested maximum tile width and height.
|
void |
TileLoopIteration.run(int z,
int c,
int t,
int x,
int y,
int tileWidth,
int tileHeight,
int tileCount)
Invoke a single loop iteration.
|
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.