BioDynaMo
v1.05.120-25dc9790
|
Contains the parameters to perform a cell division. More...
#include <cell_division_event.h>
Public Member Functions | |
CellDivisionEvent (real_t volume_ratio, real_t phi, real_t theta) | |
~CellDivisionEvent () override=default | |
NewAgentEventUid | GetUid () const override |
Public Member Functions inherited from bdm::NewAgentEvent | |
virtual | ~NewAgentEvent ()=default |
Public Attributes | |
real_t | volume_ratio |
real_t | phi |
phi azimuthal angle (spherical coordinates) More... | |
real_t | theta |
theta polar angle (spherical coordinates) More... | |
Public Attributes inherited from bdm::NewAgentEvent | |
Agent * | existing_agent |
InlineVector< Agent *, 3 > | new_agents |
Behavior * | existing_behavior |
InlineVector< Behavior *, 3 > | new_behaviors |
Static Public Attributes | |
static const NewAgentEventUid | kUid |
Contains the parameters to perform a cell division.
A cell division divides a mother cell in two daughter cells.
When the mother cell divides, by definition:
1) the mother cell becomes the 1st daughter cell
2) the new cell becomes the 2nd daughter cell
The cell that triggers the event is the mother.
Definition at line 31 of file cell_division_event.h.
Definition at line 34 of file cell_division_event.h.
|
overridedefault |
|
inlineoverridevirtual |
Implements bdm::NewAgentEvent.
Definition at line 39 of file cell_division_event.h.
|
static |
Definition at line 32 of file cell_division_event.h.
real_t bdm::CellDivisionEvent::phi |
phi azimuthal angle (spherical coordinates)
Definition at line 45 of file cell_division_event.h.
real_t bdm::CellDivisionEvent::theta |
theta polar angle (spherical coordinates)
Definition at line 47 of file cell_division_event.h.
real_t bdm::CellDivisionEvent::volume_ratio |
volume_ratio the ratio (Volume daughter 1)/(Volume daughter 2). 1.0 gives equal cells.
Definition at line 43 of file cell_division_event.h.