VPTissue Reference Manual
|
Implements Smith phyllotaxis division dynamics. More...
#include <SmithPhyllotaxis.h>
Public Member Functions | |
SmithPhyllotaxis (const CoreData &cd) | |
Initializing constructor. | |
void | Initialize (const CoreData &cd) |
Initialize or re-initialize. | |
void | operator() (Cell *daughter1, Cell *daughter2) |
Execute. | |
Implements Smith phyllotaxis division dynamics.
Auxin is modelled as concentration: daughter inherits mother's concentration while PIN is distributed proportional to the areas of the two cells.
Definition at line 38 of file cell_daughters/SmithPhyllotaxis.h.