Package | Description |
---|---|
mpicbg.imglib.container.cell | |
mpicbg.imglib.cursor.cell |
Modifier and Type | Field and Description |
---|---|
protected ArrayList<Cell<T,A>> |
CellContainer.data |
Modifier and Type | Method and Description |
---|---|
Cell<T,A> |
CellContainer.createCellInstance(A creator,
int cellId,
int[] dim,
int[] offset,
int entitiesPerPixel) |
Cell<T,A> |
CellContainer.getCell(int cellId) |
Modifier and Type | Method and Description |
---|---|
ArrayList<Cell<T,A>> |
CellContainer.createCellArray(int numCells) |
Modifier and Type | Field and Description |
---|---|
protected Cell<T,?> |
CellCursor.cellInstance |
Modifier and Type | Method and Description |
---|---|
Cell<T,?> |
CellCursor.getCurrentCell() |
Copyright © 2015–2021 Fiji. All rights reserved.