Describe the result of a cell division. More...
#include <complex.h>
Public Member Functions | |
division_result_t (const division_result_t ©) | |
division_result_t (cell cl, cell cr, junction u1, junction u2, junction u, junction v1, junction v2, junction v) | |
operator bool () | |
Public Attributes | |
cell | cl |
cell | cr |
junction | u |
junction | u1 |
junction | u2 |
junction | v |
junction | v1 |
junction | v2 |
Describe the result of a cell division.
Can be converted to boolean to check the division happened, and return the two new cells.
Definition at line 1359 of file complex.h.