36 #ifndef EXCLUSIONCABASEDDIVISIONRULE_HPP_
37 #define EXCLUSIONCABASEDDIVISIONRULE_HPP_
40 #include <boost/serialization/base_object.hpp>
41 #include "AbstractCaBasedDivisionRule.hpp"
43 #include "CaBasedCellPopulation.hpp"
52 template <
unsigned SPACE_DIM>
57 friend class boost::serialization::access;
64 template<
class Archive>
65 void serialize(Archive & archive,
const unsigned int version)
67 archive & boost::serialization::base_object<AbstractCaBasedDivisionRule<SPACE_DIM> >(*this);
110 #endif // EXCLUSIONCABASEDDIVISIONRULE_HPP_
ExclusionCaBasedDivisionRule()
virtual ~ExclusionCaBasedDivisionRule()
#define EXPORT_TEMPLATE_CLASS_SAME_DIMS(CLASS)
void serialize(Archive &archive, const unsigned int version)
virtual unsigned CalculateDaughterNodeIndex(CellPtr pNewCell, CellPtr pParentCell, CaBasedCellPopulation< SPACE_DIM > &rCellPopulation)
virtual bool IsRoomToDivide(CellPtr pParentCell, CaBasedCellPopulation< SPACE_DIM > &rCellPopulation)