36 #ifndef SHOVINGCABASEDDIVISIONRULE_HPP_ 37 #define SHOVINGCABASEDDIVISIONRULE_HPP_ 40 #include <boost/serialization/base_object.hpp> 42 #include "AbstractCaBasedDivisionRule.hpp" 43 #include "CaBasedCellPopulation.hpp" 53 template <
unsigned SPACE_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<AbstractCaBasedDivisionRule<SPACE_DIM> >(*this);
118 #endif // SHOVINGCABASEDDIVISIONRULE_HPP_ virtual bool IsRoomToDivide(CellPtr pParentCell, CaBasedCellPopulation< SPACE_DIM > &rCellPopulation)
void IsNodeOnBoundary(unsigned numNeighbours)
virtual ~ShovingCaBasedDivisionRule()
void serialize(Archive &archive, const unsigned int version)
ShovingCaBasedDivisionRule()
#define EXPORT_TEMPLATE_CLASS_SAME_DIMS(CLASS)
virtual unsigned CalculateDaughterNodeIndex(CellPtr pNewCell, CellPtr pParentCell, CaBasedCellPopulation< SPACE_DIM > &rCellPopulation)
gcov doesn't like this file...