CellModules
|
Class for managing spherical oxygen diffusion in a cell body. More...
#include <BodyOxygen.hpp>
Public Member Functions | |
BodyOxygen ()=default | |
Default constructor. More... | |
BodyOxygen (double o2) | |
Constructor with initial oxygen quantity. More... | |
double | getOxygen () const |
Gets the oxygen quantity. More... | |
void | setOxygen (const double value) |
Sets the oxygen quantity. More... | |
void | setCellPlugin (plugin_t *_cellPlugin) |
void | onCellPluginLinking () |
Protected Attributes | |
plugin_t * | cellPlugin |
Private Attributes | |
double | oxygen |
Class for managing spherical oxygen diffusion in a cell body.
cell_t | Type of the cell. |
plugin_t | Type of the plugin. |
Definition at line 27 of file BodyOxygen.hpp.
|
inlinedefault |
Default constructor.
|
inline |
Constructor with initial oxygen quantity.
o2 | Initial oxygen quantity. |
Definition at line 44 of file BodyOxygen.hpp.
|
inline |
|
inlineinherited |
Definition at line 15 of file BaseBody.hpp.
|
inlineinherited |
Definition at line 14 of file BaseBody.hpp.
|
inline |
Sets the oxygen quantity.
value | Oxygen quantity. |
Definition at line 58 of file BodyOxygen.hpp.
|
protectedinherited |
Definition at line 9 of file BaseBody.hpp.
|
private |
Oxygen quantity in mmHg
Definition at line 30 of file BodyOxygen.hpp.