36 #include "CryptVertexBasedDivisionRule.hpp"
37 #include "WntConcentration.hpp"
38 #include "StemCellProliferativeType.hpp"
40 template <
unsigned SPACE_DIM>
45 assert(SPACE_DIM == 2);
47 c_vector<double, SPACE_DIM> axis_of_division;
50 axis_of_division(0) = cos(random_angle);
51 axis_of_division(1) = sin(random_angle);
60 axis_of_division(0) = 1.0;
61 axis_of_division(1) = 0.0;
65 return axis_of_division;
#define EXPORT_TEMPLATE_CLASS_SAME_DIMS(CLASS)
static WntConcentration * Instance()
static RandomNumberGenerator * Instance()
virtual c_vector< double, SPACE_DIM > CalculateCellDivisionVector(CellPtr pParentCell, VertexBasedCellPopulation< SPACE_DIM > &rCellPopulation)