Uses of Class
net.imglib2.img.cell.CellGrid.CellDimensionsAndSteps
-
Packages that use CellGrid.CellDimensionsAndSteps Package Description net.imglib2.img.cell -
-
Uses of CellGrid.CellDimensionsAndSteps in net.imglib2.img.cell
Fields in net.imglib2.img.cell declared as CellGrid.CellDimensionsAndSteps Modifier and Type Field Description private CellGrid.CellDimensionsAndSteps[]CellGrid. cellDimensionsAndStepsPre-computed dimensions[], steps[], and numPixels for each distinct cell type (inner, X border, Y border, XY border, etc).Methods in net.imglib2.img.cell that return CellGrid.CellDimensionsAndSteps Modifier and Type Method Description CellGrid.CellDimensionsAndStepsCellGrid. getCellDimensions(long[] cellGridPosition, long[] cellMin)From the position of a cell in the grid, compute the image position of the first pixel of the cell (the offset of the cell in image coordinates) and the dimensions of the cell.CellGrid.CellDimensionsAndStepsCellGrid. getCellDimensions(long index, long[] cellMin)From the index of a cell in the grid, compute the image position of the first pixel of the cell (the offset of the cell in image coordinates) and the dimensions of the cell.Constructors in net.imglib2.img.cell with parameters of type CellGrid.CellDimensionsAndSteps Constructor Description Cell(CellGrid.CellDimensionsAndSteps dims, long[] min, A data)Create a newCell.
-