VPTissue Reference Manual
|
Splitting of cells based on their area passing a predefined threshold. More...
#include <AreaThresholdBased.h>
Public Member Functions | |
AreaThresholdBased (const CoreData &cd) | |
Initializing constructor. | |
void | Initialize (const CoreData &cd) |
Initialize or re-initialize. | |
std::tuple< bool, bool, std::array< double, 3 > > | operator() (Cell *cell) |
Execute. | |
Splitting of cells based on their area passing a predefined threshold.
Definition at line 40 of file AreaThresholdBased.h.