36 #include "FixedCentreBasedDivisionRule.hpp"
38 template<
unsigned ELEMENT_DIM,
unsigned SPACE_DIM>
41 mDaughterLocation = rDaughterLocation;
44 template<
unsigned ELEMENT_DIM,
unsigned SPACE_DIM>
47 return mDaughterLocation;
50 template<
unsigned ELEMENT_DIM,
unsigned SPACE_DIM>
56 c_vector<double, SPACE_DIM> daughter_position = mDaughterLocation;
58 std::pair<c_vector<double, SPACE_DIM>, c_vector<double, SPACE_DIM> > positions(parent_position, daughter_position);
#define EXPORT_TEMPLATE_CLASS_ALL_DIMS(CLASS)
virtual std::pair< c_vector< double, SPACE_DIM >, c_vector< double, SPACE_DIM > > CalculateCellDivisionVector(CellPtr pParentCell, AbstractCentreBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > &rCellPopulation)
const c_vector< double, SPACE_DIM > & rGetDaughterLocation() const
c_vector< double, SPACE_DIM > GetLocationOfCellCentre(CellPtr pCell)
FixedCentreBasedDivisionRule(c_vector< double, SPACE_DIM > &rDaughterLocation)