public class Utils extends Object
| Constructor and Description | 
|---|
Utils()  | 
| Modifier and Type | Method and Description | 
|---|---|
static int | 
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 | 
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. 
 | 
public static int forEachTile(TileLoopIteration iteration, PixelBuffer pixelBuffer, int tileWidth, int tileHeight)
iteration - Invoker to call for each tile.pixelBuffer - Pixel buffer which is backing the pixel data.tileWidth - Maximum width of the tile requested. The tile
 request itself will be smaller than the original tile width requested if
 x + tileWidth > sizeX.tileHeight - Maximum height of the tile requested. The tile
 request itself will be smaller if y + tileHeight > sizeY.public static int forEachTile(TileLoopIteration iteration, int sizeX, int sizeY, int sizeZ, int sizeC, int sizeT, int tileWidth, int tileHeight)
iteration - Invoker to call for each tile.pixelBuffer - Pixel buffer which is backing the pixel data.tileWidth - Maximum width of the tile requested. The tile
 request itself will be smaller than the original tile width requested if
 x + tileWidth > sizeX.tileHeight - Maximum height of the tile requested. The tile
 request itself will be smaller if y + tileHeight > sizeY.
                
                
Version: 5.1.2-ice35-b45
Copyright © 2015 The University of Dundee & Open Microscopy Environment. All Rights Reserved.