Uses of Class
net.imglib2.img.cell.CellGrid.CellDimensionsAndSteps
Packages that use CellGrid.CellDimensionsAndSteps
-
Uses of CellGrid.CellDimensionsAndSteps in net.imglib2.img.cell
Fields in net.imglib2.img.cell declared as CellGrid.CellDimensionsAndStepsModifier and TypeFieldDescriptionprivate final 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.CellDimensionsAndStepsModifier and TypeMethodDescriptionCellGrid.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.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.CellDimensionsAndStepsModifierConstructorDescriptionCell(CellGrid.CellDimensionsAndSteps dims, long[] min, A data) Create a newCell.