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