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.

Members of the CellDefinition class

Class member

Description

int type

Contains a numerical code (number) of a given cell type.

Example of usage.

CustomCellData custom_data

Contains an object containing user information about cells of a given type.

Example of usage.

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

Contains the amount of oxygen at which it ceases to enhance the proliferation of cells of this type.

Used for cell types with phenotype “Default O2-based phenotype”.

Example of usage.

double parameters.o2_reference

Contains oxygen reference value.

Example of usage.