CellDefinition
The CellDefinition class is used to work with cell types.
To import this class use:
import ru.biosoft.physicell.core.CellDefinition
All members of the CellDefinition class are presented below.
Class member |
Description |
|---|---|
int type |
|
CustomCellData custom_data |
|
double custom_data.get(String name) |
name - the name of the variable of this cell type.
Returns the default (starting) value of the name variable.
Example of usage.
|
CellParameters parameters |
Contains an object containing information about additional built-in parameters of a given cell type.
Example of usage.
|
double parameters.o2_proliferation_saturation |
|
double parameters.o2_reference |