36 #ifndef CRYPTCENTREBASEDDIVISIONRULE_HPP_
37 #define CRYPTCENTREBASEDDIVISIONRULE_HPP_
40 #include <boost/serialization/base_object.hpp>
41 #include "AbstractCentreBasedDivisionRule.hpp"
42 #include "AbstractCentreBasedCellPopulation.hpp"
43 #include "RandomNumberGenerator.hpp"
54 template<
unsigned ELEMENT_DIM,
unsigned SPACE_DIM=ELEMENT_DIM>
58 friend class boost::serialization::access;
65 template<
class Archive>
66 void serialize(Archive & archive,
const unsigned int version)
68 archive & boost::serialization::base_object<AbstractCentreBasedDivisionRule<ELEMENT_DIM, SPACE_DIM> >(*this);
100 #endif // CRYPTCENTREBASEDDIVISIONRULE_HPP_
virtual std::pair< c_vector< double, SPACE_DIM >, c_vector< double, SPACE_DIM > > CalculateCellDivisionVector(CellPtr pParentCell, AbstractCentreBasedCellPopulation< ELEMENT_DIM, SPACE_DIM > &rCellPopulation)
#define EXPORT_TEMPLATE_CLASS_ALL_DIMS(CLASS)
CryptCentreBasedDivisionRule()
virtual ~CryptCentreBasedDivisionRule()
gcov doesn't like this file...
void serialize(Archive &archive, const unsigned int version)