CellContainer
The CellContainer class is used to obtain information about the location of cells in the model lattice.
To import this class use:
import ru.biosoft.physicell.core.CellContainer
All members of the CellContainer class are shown below.
Class member |
Description |
|---|---|
CartesianMesh mesh |
Contains an object describing the lattice in the model. Typically this is an object of the class CartesianMesh.
Example of usage.
|
agentGrid |
Contains an object that stores the location of all cells in the grid cells of the external environment.
Example of usage.
|
List<Cell> agentGrid.get(int number) |
number - number of the grid cell in the model.
Returns an array of cells in grid cell with number number.
Example of usage.
|