Structure storing the right hand side of a division rule. More...
#include <algorithms/cellsystem.h>
Public Member Functions | |
DivisionParams (const DivisionParams ©) | |
DivisionParams (label_t ll, label_t rl, double a, double r=0.5) | |
Public Attributes | |
double | angle |
Angle between the reference vector and the normal to the new wall. | |
label_t | left_label |
Label of the "left" daughter cell. | |
double | ratio |
Volume ratio of the left cell. | |
label_t | right_label |
Label of the "right" daughter cell. |
Structure storing the right hand side of a division rule.
Definition at line 363 of file cellsystem.h.
Angle between the reference vector and the normal to the new wall.
Definition at line 397 of file cellsystem.h.
Referenced by cell_system::CellSystem< TissueClass, RealModel >::readRules(), and cell_system::CellSystem< TissueClass, RealModel >::step_cellsystem_division().
Label of the "left" daughter cell.
Definition at line 389 of file cellsystem.h.
Referenced by cell_system::CellSystem< TissueClass, RealModel >::readRules(), and cell_system::CellSystem< TissueClass, RealModel >::step_cellsystem_division().
Volume ratio of the left cell.
Volume of the left cell divided by the volume of the original cell
Definition at line 403 of file cellsystem.h.
Referenced by cell_system::CellSystem< TissueClass, RealModel >::readRules(), and cell_system::CellSystem< TissueClass, RealModel >::step_cellsystem_division().
Label of the "right" daughter cell.
Definition at line 393 of file cellsystem.h.
Referenced by cell_system::CellSystem< TissueClass, RealModel >::readRules(), and cell_system::CellSystem< TissueClass, RealModel >::step_cellsystem_division().