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);
gcov doesn't like this file...
#define CHASTE_CLASS_EXPORT(T)
bool IsNodeOnBase(unsigned NodeIndex, PottsMesh< 2 > *pPottsMesh)
CryptShovingCaBasedDivisionRule()
void serialize(Archive &archive, const unsigned int version)
virtual bool IsRoomToDivide(CellPtr pParentCell, CaBasedCellPopulation< 2 > &rCellPopulation)
virtual ~CryptShovingCaBasedDivisionRule()
virtual unsigned CalculateDaughterNodeIndex(CellPtr pNewCell, CellPtr pParentCell, CaBasedCellPopulation< 2 > &rCellPopulation)