36 #ifndef CRYPTSHOVINGCABASEDDIVISIONRULE_HPP_ 37 #define CRYPTSHOVINGCABASEDDIVISIONRULE_HPP_ 40 #include <boost/serialization/base_object.hpp> 42 #include "AbstractCaBasedDivisionRule.hpp" 43 #include "CaBasedCellPopulation.hpp" 61 friend class boost::serialization::access;
68 template<
class Archive>
69 void serialize(Archive & archive,
const unsigned int version)
71 archive & boost::serialization::base_object<AbstractCaBasedDivisionRule<2> >(*this);
125 #endif // CRYPTSHOVINGCABASEDDIVISIONRULE_HPP_ virtual bool IsRoomToDivide(CellPtr pParentCell, CaBasedCellPopulation< 2 > &rCellPopulation)
void serialize(Archive &archive, const unsigned int version)
bool IsNodeOnBase(unsigned NodeIndex, PottsMesh< 2 > *pPottsMesh)
virtual ~CryptShovingCaBasedDivisionRule()
CryptShovingCaBasedDivisionRule()
virtual unsigned CalculateDaughterNodeIndex(CellPtr pNewCell, CellPtr pParentCell, CaBasedCellPopulation< 2 > &rCellPopulation)
#define CHASTE_CLASS_EXPORT(T)
gcov doesn't like this file...