public class Prefetcher extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
fetchCells(AffineTransform3D sourceToScreen,
int[] cellDimensions,
long[] dimensions,
Dimensions screenInterval,
Interpolation interpolation,
RandomAccess<?> cellsRandomAccess)
Access cells that will be needed for rendering to the screen.
|
public static void fetchCells(AffineTransform3D sourceToScreen, int[] cellDimensions, long[] dimensions, Dimensions screenInterval, Interpolation interpolation, RandomAccess<?> cellsRandomAccess)
sourceToScreen - source-to-screen transformcellDimensions - standard size of a source celldimensions - dimensions of the source CellImgscreenInterval - the interval of the screen that will be renderedinterpolation - the interpolation methodcellsRandomAccess - access to the source cellsCopyright © 2015–2021 Fiji. All rights reserved.